@pocketprep/ui-kit 3.0.19 → 3.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13185,7 +13185,7 @@ let Vt = class extends yt {
13185
13185
  }
13186
13186
  blurMenu(s) {
13187
13187
  var o;
13188
- ((o = s == null ? void 0 : s.relatedTarget) == null ? void 0 : o.tagName) !== "LI" && (this.focus = !1, this.showDropdown = !1, this.typeahead && !this.searchText && this.emitUpdateModelValue(null), this.typeahead && this.searchText && this.filteredData.length !== 1 ? (this.emitUpdateModelValue(null), this.searchText = "") : this.typeahead && this.searchText && this.filteredData[0] && this.emitUpdateModelValue(this.filteredData[0]));
13188
+ ((o = s == null ? void 0 : s.relatedTarget) == null ? void 0 : o.tagName) !== "LI" && (this.focus = !1, this.showDropdown = !1, this.typeahead && !this.searchText && this.emitUpdateModelValue(null), this.typeahead && this.searchText && this.filteredData.length < 1 ? (this.emitUpdateModelValue(null), this.searchText = "") : this.typeahead && this.searchText && this.filteredData[0] && this.emitUpdateModelValue(this.filteredData[0]));
13189
13189
  }
13190
13190
  updateMenuHeight() {
13191
13191
  if (this.openMenuAbove) {