Merge pull request #6201 from trombonist76/fix/select-auto-filter-focus
Fixed issue where the select focus was lost when an option was selected with enter key while autoFilterFocus was truepull/6161/head^2
commit
0ef9da68d3
|
@ -699,6 +699,7 @@ export default {
|
|||
this.unbindScrollListener();
|
||||
this.unbindResizeListener();
|
||||
|
||||
this.autoFilterFocus && focus(this.$refs.focusInput);
|
||||
this.$emit('hide');
|
||||
this.overlay = null;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue