@madie/madie-design-system 1.2.57 → 1.2.58

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.
@@ -165,7 +165,11 @@ const AutoComplete = ({
165
165
  disabled={disabled}
166
166
  multiple={multiple}
167
167
  disableCloseOnSelect={multiple}
168
- disableClearable={!rest.value?.length || rest.value?.[0] === "" || rest.value?.[0] === "-"}
168
+ disableClearable={
169
+ !rest.value?.length ||
170
+ rest.value?.[0] === "" ||
171
+ rest.value?.[0] === "-"
172
+ }
169
173
  sx={
170
174
  multiple
171
175
  ? {