@mamrp/components 1.4.11 → 1.4.12

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
@@ -638,6 +638,7 @@ function MultipleSelectChip({
638
638
  inputRef: ref,
639
639
  variant,
640
640
  placeholder,
641
+ InputLabelProps: { shrink: true },
641
642
  InputProps: {
642
643
  ...params.InputProps,
643
644
  endAdornment: /* @__PURE__ */ React3.createElement(React3.Fragment, null, isLoading ? /* @__PURE__ */ React3.createElement(CircularProgress, { color: "primary", size: 20 }) : null, params.InputProps.endAdornment)