fix bug of AutoComplete that can not blur when click outside
fix bug of AutoComplete that can not blur when click outside
This commit is contained in:
parent
8a93e8b53e
commit
6b285b78ed
4 changed files with 9 additions and 2 deletions
|
@ -544,6 +544,7 @@
|
|||
event.preventDefault();
|
||||
this.hideMenu();
|
||||
this.isFocused = true;
|
||||
this.$emit('on-clickoutside', event);
|
||||
} else {
|
||||
this.caretPosition = -1;
|
||||
this.isFocused = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue