ca-components 1.9.6 → 1.9.7

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.
@@ -35211,8 +35211,7 @@ class CaInputDropdownTestComponent {
35211
35211
  return this._activeItem;
35212
35212
  }
35213
35213
  set options(values) {
35214
- if (values)
35215
- this._options = [...values];
35214
+ this._options = values ? [...values] : [];
35216
35215
  if (this.firstWriteValue) {
35217
35216
  this.writeValueToFormControl(this.firstWriteValue);
35218
35217
  }