You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Form control with Select component and InputLabel asisigned. When input label is too long, text is wrapped and overflows whole Select component like this:
Also when user sets value:
Is it possible to set autosize to Select component so label will fit in? Or set label to not wrap and text overflow to ellipsis ?
I have a Form control with Select component and InputLabel asisigned. When input label is too long, text is wrapped and overflows whole Select component like this:
Also when user sets value:
Is it possible to set autosize to Select component so label will fit in? Or set label to not wrap and text overflow to ellipsis ?
my component definition:
Label in Select component demo (https://codesandbox.io/s/material-demo-hcede) behaves same way (try to replace age with something longer).
The text was updated successfully, but these errors were encountered: