@elderbyte/ngx-starter 19.0.1 → 19.0.2

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.
@@ -24017,7 +24017,7 @@ class ElderMultiSelectChipsComponent extends ElderMultiSelectBase {
24017
24017
  toObservable(this.readonlyS),
24018
24018
  toObservable(this.disabledS),
24019
24019
  this.refresh$,
24020
- ]).pipe(map(([entities, entityIds, state, dPR]) => this.buildChipModelsOrFallback(entities, entityIds, state, dPR)), map((models) => this.maxDisplayCount !== undefined
24020
+ ]).pipe(map(([entities, entityIds, state, dPR]) => this.buildChipModelsOrFallback(entities, entityIds, state, dPR)), map((models) => this.maxDisplayCount !== null
24021
24021
  ? this.reduceDisplayedChips(models, this.maxDisplayCount)
24022
24022
  : models)));
24023
24023
  this.templates = toSignal(combineLatest([this.chipTemplate$, this.chipAvatarTemplate$, this.customInputTemplate$]).pipe(map(([chip, avatar, input]) => {