@elementor/editor-controls 4.0.0-635 → 4.0.0-636

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.
package/dist/index.mjs CHANGED
@@ -2246,7 +2246,7 @@ var ChipsControl = createControl(({ options }) => {
2246
2246
  const selectedOptions = selectedValues.map((val) => options.find((opt) => opt.value === val)).filter((opt) => opt !== void 0);
2247
2247
  const handleChange = (_, newValue) => {
2248
2248
  const values = newValue.map((option) => stringPropTypeUtil4.create(option.value));
2249
- setValue(values.length > 0 ? values : null);
2249
+ setValue(values);
2250
2250
  };
2251
2251
  return /* @__PURE__ */ React50.createElement(ControlActions, null, /* @__PURE__ */ React50.createElement(
2252
2252
  Autocomplete,