@colijnit/corecomponents_v12 261.20.11 → 261.20.12

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.
@@ -16423,6 +16423,7 @@ class FilterItemComponent {
16423
16423
  this.mode === this.modes.Slider;
16424
16424
  const canApplyDefaults = (modeWithoutCollection || (!modeWithoutCollection && this.collection && this.collection.length > 0)) &&
16425
16425
  this.defaultValue &&
16426
+ !this.hidden &&
16426
16427
  !(this._model?.length || this._model > 0);
16427
16428
  if (!canApplyDefaults) {
16428
16429
  return;