pull/6798/head
tugcekucukoglu 2024-11-13 14:31:03 +03:00
parent 142882f091
commit c4740ac4a6
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +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.showEmptyMessage && this.visibleOptions.length === 0 && this.hide();
}
this.autoUpdateModel();