@northlight/ui 2.24.1 → 2.24.2

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.
@@ -12199,6 +12199,7 @@
12199
12199
  "data-testid": testId,
12200
12200
  customOption = null,
12201
12201
  customTag = null,
12202
+ isClearable = false,
12202
12203
  value,
12203
12204
  icon
12204
12205
  } = _b, rest = __objRest$l(_b, [
@@ -12212,6 +12213,7 @@
12212
12213
  "data-testid",
12213
12214
  "customOption",
12214
12215
  "customTag",
12216
+ "isClearable",
12215
12217
  "value",
12216
12218
  "icon"
12217
12219
  ]);
@@ -12243,7 +12245,7 @@
12243
12245
  useBasicStyles: true,
12244
12246
  closeMenuOnSelect: !isMulti,
12245
12247
  hideSelectedOptions: false,
12246
- isClearable: false,
12248
+ isClearable,
12247
12249
  onChange: handleChange,
12248
12250
  selectedOptionStyle: "check",
12249
12251
  chakraStyles: customSelectStyles,