Fixed error
parent
e5a54cfbed
commit
132fd943b2
|
@ -157,7 +157,7 @@ export default {
|
||||||
},
|
},
|
||||||
onDropdownClick(event) {
|
onDropdownClick(event) {
|
||||||
this.focus();
|
this.focus();
|
||||||
const query = this.getInputElement().value;
|
const query = this.$refs.input.value;
|
||||||
|
|
||||||
if (this.dropdownMode === 'blank')
|
if (this.dropdownMode === 'blank')
|
||||||
this.search(event, '', 'dropdown');
|
this.search(event, '', 'dropdown');
|
||||||
|
|
Loading…
Reference in New Issue