primevue 4.5.2 → 4.5.3

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.
@@ -598,7 +598,7 @@ export default {
598
598
  const value = this.visibleOptions
599
599
  .slice(rangeStart, rangeEnd + 1)
600
600
  .filter((option) => this.isValidOption(option))
601
- .filter((option) => !this.isSelected(option))
601
+ .filter((option) => !this.isSelected(option))
602
602
  .map((option) => this.getOptionValue(option));
603
603
 
604
604
  this.updateModel(event, [...(this.d_value || []), ...value]);
@@ -951,7 +951,6 @@ export default {
951
951
  }
952
952
 
953
953
  this.searching = true;
954
- this.show();
955
954
  this.$emit('complete', { originalEvent: event, query });
956
955
  },
957
956
  removeOption(event, index) {
@@ -899,7 +899,6 @@ var script = {
899
899
  return;
900
900
  }
901
901
  this.searching = true;
902
- this.show();
903
902
  this.$emit('complete', {
904
903
  originalEvent: event,
905
904
  query: query