Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was true
parent
6e55ee9514
commit
900a1c67a9
|
@ -699,6 +699,7 @@ export default {
|
||||||
this.unbindScrollListener();
|
this.unbindScrollListener();
|
||||||
this.unbindResizeListener();
|
this.unbindResizeListener();
|
||||||
|
|
||||||
|
this.autoFilterFocus && focus(this.$refs.focusInput);
|
||||||
this.$emit('hide');
|
this.$emit('hide');
|
||||||
this.overlay = null;
|
this.overlay = null;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue