@firestitch/filter 13.0.7 → 13.0.8

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.
@@ -1161,7 +1161,7 @@ class ChipsItem extends BaseItem {
1161
1161
  this._model = value;
1162
1162
  }
1163
1163
  _parseConfig(item) {
1164
- this.multiple = item.multiple;
1164
+ this.multiple = item.multiple ?? true;
1165
1165
  super._parseConfig(item);
1166
1166
  }
1167
1167
  _init() {