@vention/machine-ui 5.18.2 → 5.18.3
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/index.esm.js +4 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -7283,7 +7283,10 @@ const VentionTextInput = _a => {
|
|
|
7283
7283
|
maxLength: maxCharacters
|
|
7284
7284
|
}),
|
|
7285
7285
|
onChange: showCharacterCount ? handleChange : props.onChange,
|
|
7286
|
-
InputProps: inputProps
|
|
7286
|
+
InputProps: inputProps,
|
|
7287
|
+
InputLabelProps: Object.assign({
|
|
7288
|
+
shrink: true
|
|
7289
|
+
}, props.InputLabelProps)
|
|
7287
7290
|
}));
|
|
7288
7291
|
};
|
|
7289
7292
|
const useStyles$u = tss.withParams().create(({
|