@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.js CHANGED
@@ -2329,7 +2329,7 @@ var ChipsControl = createControl(({ options }) => {
2329
2329
  const selectedOptions = selectedValues.map((val) => options.find((opt) => opt.value === val)).filter((opt) => opt !== void 0);
2330
2330
  const handleChange = (_, newValue) => {
2331
2331
  const values = newValue.map((option) => import_editor_props16.stringPropTypeUtil.create(option.value));
2332
- setValue(values.length > 0 ? values : null);
2332
+ setValue(values);
2333
2333
  };
2334
2334
  return /* @__PURE__ */ React50.createElement(ControlActions, null, /* @__PURE__ */ React50.createElement(
2335
2335
  import_ui37.Autocomplete,