@recursyve/nice-ui-kit.v2 13.2.0-beta.100 → 13.2.0-beta.101

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.
@@ -8983,7 +8983,8 @@ class NiceChipListDirective {
8983
8983
  }
8984
8984
  }
8985
8985
  writeValue(obj) {
8986
- this._values = [];
8986
+ this._values = obj ?? [];
8987
+ this.values$.next(this._values);
8987
8988
  }
8988
8989
  registerOnChange(fn) {
8989
8990
  this.propagateChanges = fn;