pull/6798/head
tugcekucukoglu 2024-11-13 14:27:25 +03:00
parent 0572139f0f
commit d2d6d07f62
1 changed files with 1 additions and 0 deletions

View File

@ -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();