@dereekb/dbx-form 9.24.19 → 9.24.21

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.
@@ -1513,7 +1513,7 @@ class DbxItemListFieldComponent extends FieldType {
1513
1513
  }));
1514
1514
  this.isSelectedModifierFunction$ = this.values$.pipe(distinctUntilHasDifferentValues(), map((values) => {
1515
1515
  return dbxValueListItemDecisionFunction(isSelectedDecisionFunctionFactory({ readKey: this.readKey })(values));
1516
- }), shareReplay());
1516
+ }), shareReplay(1));
1517
1517
  }
1518
1518
  get label() {
1519
1519
  return this.field.props.label;