@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.
Files changed (2) hide show
  1. package/index.js +7 -1
  2. 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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"