Commit ee5a8bcc8ce1b083c51c9bd32bce6fb3d85f320c
1 parent
e7327532
change time
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/select/select.vue
... | ... | @@ -629,9 +629,9 @@ |
629 | 629 | if (!this.autoComplete) this.$nextTick(() => inputField.focus()); |
630 | 630 | } |
631 | 631 | this.broadcast('Drop', 'on-update-popper'); |
632 | - setTimeout(()=>{ | |
632 | + setTimeout(() => { | |
633 | 633 | this.filterQueryChange = false; |
634 | - },500) | |
634 | + },300) | |
635 | 635 | }, |
636 | 636 | onQueryChange(query) { |
637 | 637 | if (query.length > 0 && query !== this.query) this.visible = true; | ... | ... |