@colijnit/corecomponents_v12 262.1.3 → 262.1.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.
|
@@ -16438,6 +16438,7 @@ class FilterItemComponent {
|
|
|
16438
16438
|
this.mode === this.modes.Slider;
|
|
16439
16439
|
const canApplyDefaults = (modeWithoutCollection || (!modeWithoutCollection && this.collection && this.collection.length > 0)) &&
|
|
16440
16440
|
this.defaultValue &&
|
|
16441
|
+
!this.hidden &&
|
|
16441
16442
|
!(this._model?.length || this._model > 0);
|
|
16442
16443
|
if (!canApplyDefaults) {
|
|
16443
16444
|
return;
|