@indigina/ui-kit 1.1.509 → 1.1.510
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.
|
@@ -11658,9 +11658,10 @@ class KitFilterInputComponent {
|
|
|
11658
11658
|
const selectedValues = this.selectedValues();
|
|
11659
11659
|
if (selectedValues) {
|
|
11660
11660
|
this.filterItems.set(selectedValues);
|
|
11661
|
-
return;
|
|
11662
11661
|
}
|
|
11663
|
-
|
|
11662
|
+
else {
|
|
11663
|
+
this.applyFilter();
|
|
11664
|
+
}
|
|
11664
11665
|
}
|
|
11665
11666
|
clearAllFilters() {
|
|
11666
11667
|
this.resetFiltersItems();
|