@superdispatch/ui-lab 0.48.0 → 0.49.0
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-node/index.js
CHANGED
|
@@ -937,14 +937,9 @@ var EmailAutocomplete = /*#__PURE__*/react.forwardRef((_ref, ref) => {
|
|
|
937
937
|
});
|
|
938
938
|
},
|
|
939
939
|
renderInput: params => /*#__PURE__*/jsxRuntime.jsx(MultipleFieldText, _objectSpread(_objectSpread(_objectSpread({}, params), TextFieldProps), {}, {
|
|
940
|
-
multiline: true,
|
|
941
|
-
minRows: 2,
|
|
942
|
-
variant: "outlined",
|
|
943
|
-
fullWidth: true,
|
|
944
940
|
InputProps: _objectSpread(_objectSpread(_objectSpread({}, TextFieldProps === null || TextFieldProps === void 0 ? void 0 : TextFieldProps.InputProps), params.InputProps), {}, {
|
|
945
941
|
startAdornment: params.InputProps.startAdornment
|
|
946
942
|
}),
|
|
947
|
-
placeholder: "Enter individual emails on each line or separate them with comma (,)",
|
|
948
943
|
onChange: event => {
|
|
949
944
|
var text = event.target.value.replace(/,/g, '');
|
|
950
945
|
var hasCommaOrSpace = /,|\s/.test(event.target.value);
|