@dartech/arsenal-ui 1.4.35 → 1.4.36
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +7 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -571,7 +571,13 @@ const ControlSelect = _a => {
|
|
571
571
|
})) : null
|
572
572
|
}, textFieldProps === null || textFieldProps === void 0 ? void 0 : textFieldProps.InputProps),
|
573
573
|
SelectProps: {
|
574
|
-
IconComponent: PopupIconComponent$2
|
574
|
+
IconComponent: PopupIconComponent$2,
|
575
|
+
sx: {
|
576
|
+
'& .MuiSelect-select .notranslate::after': textFieldProps.placeholder ? {
|
577
|
+
content: `"${textFieldProps.placeholder}"`,
|
578
|
+
opacity: 0.42
|
579
|
+
} : {}
|
580
|
+
}
|
575
581
|
}
|
576
582
|
}, {
|
577
583
|
children: options.map((option, index) => jsx(MenuItem, Object.assign({
|