@appbaseio/reactivesearch-vue 1.36.3 → 1.36.4

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.
@@ -19283,7 +19283,10 @@
19283
19283
  },
19284
19284
  clearValue: function clearValue() {
19285
19285
  this.isPending = false;
19286
- this.setValue('', true);
19286
+ if (!this.$props.enableDefaultSuggestions) {
19287
+ this.isOpen = false;
19288
+ }
19289
+ this.setValue('', false);
19287
19290
  this.onValueSelectedHandler('', lib_7.CLEAR_VALUE);
19288
19291
  },
19289
19292
  handleKeyDown: function handleKeyDown(event, highlightedIndex) {
@@ -34987,7 +34990,7 @@
34987
34990
  });
34988
34991
  }
34989
34992
 
34990
- var version = "1.36.3";
34993
+ var version = "1.36.4";
34991
34994
 
34992
34995
  var components$1 = [RLConnected, ResultCard, ResultList, ReactiveBase, DSConnected, SBConnected, ListConnected, ListConnected$1, RangeConnected$1, RangeConnected$2, RangeConnected$3, RangeConnected, RcConnected, RcConnected$1, RcConnected$2, TBConnected, ListConnected$2, ListConnected$3, StateProviderConnected, RangeConnected$4];
34993
34996
  function install (Vue) {