@indigina/ui-kit 1.1.451 → 1.1.452

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.
@@ -4660,6 +4660,7 @@ class KitMultiselectComponent {
4660
4660
  onValueChange(value) {
4661
4661
  this.onChange(value);
4662
4662
  this.changed.emit(value);
4663
+ this.multiselectComponent().clearFilter();
4663
4664
  if (this.autoSummaryTag() && !this.isMeasuring) {
4664
4665
  this.scheduleRecalculate();
4665
4666
  }