change time
This commit is contained in:
parent
e732753290
commit
ee5a8bcc8c
1 changed files with 2 additions and 2 deletions
|
@ -629,9 +629,9 @@
|
||||||
if (!this.autoComplete) this.$nextTick(() => inputField.focus());
|
if (!this.autoComplete) this.$nextTick(() => inputField.focus());
|
||||||
}
|
}
|
||||||
this.broadcast('Drop', 'on-update-popper');
|
this.broadcast('Drop', 'on-update-popper');
|
||||||
setTimeout(()=>{
|
setTimeout(() => {
|
||||||
this.filterQueryChange = false;
|
this.filterQueryChange = false;
|
||||||
},500)
|
},300)
|
||||||
},
|
},
|
||||||
onQueryChange(query) {
|
onQueryChange(query) {
|
||||||
if (query.length > 0 && query !== this.query) this.visible = true;
|
if (query.length > 0 && query !== this.query) this.visible = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue