This commit is contained in:
lifenglu 2019-10-14 11:42:58 +08:00
parent d5c7ce3017
commit e20098a32d
3 changed files with 32 additions and 19 deletions

View file

@ -661,6 +661,7 @@
if (!this.autoComplete) this.$nextTick(() => inputField.focus());
}
this.broadcast('Drop', 'on-update-popper');
this.$emit('on-select', this.publicValue); // # 4441
setTimeout(() => {
this.filterQueryChange = false;
}, ANIMATION_TIMEOUT);