@dartech/arsenal-ui 1.4.65 → 1.4.66
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1089,8 +1089,9 @@ function ControlQueryAutocomplete(_a) {
|
|
1089
1089
|
})]
|
1090
1090
|
}) : label,
|
1091
1091
|
InputLabelProps: {
|
1092
|
-
shrink:
|
1092
|
+
shrink: !!(autocompleteProps === null || autocompleteProps === void 0 ? void 0 : autocompleteProps.placeholder)
|
1093
1093
|
},
|
1094
|
+
placeholder: autocompleteProps === null || autocompleteProps === void 0 ? void 0 : autocompleteProps.placeholder,
|
1094
1095
|
sx: {
|
1095
1096
|
'.MuiInputLabel-root span': {
|
1096
1097
|
color: '#D6331F'
|