Refactor #6773
parent
0572139f0f
commit
d2d6d07f62
|
@ -232,6 +232,7 @@ export default {
|
|||
this.show();
|
||||
this.focusedOptionIndex = this.overlayVisible && this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
|
||||
this.searching = false;
|
||||
this.visibleOptions.length === 0 && this.hide();
|
||||
}
|
||||
|
||||
this.autoUpdateModel();
|
||||
|
|
Loading…
Reference in New Issue