Fixed error

pull/12/head
cagataycivici 2019-01-29 15:49:44 +03:00
parent e5a54cfbed
commit 132fd943b2
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export default {
},
onDropdownClick(event) {
this.focus();
const query = this.getInputElement().value;
const query = this.$refs.input.value;
if (this.dropdownMode === 'blank')
this.search(event, '', 'dropdown');