bruno.aybar
10/14/2020, 4:51 AMOutlinedTextField
, is there any way to always keep the label at the top , instead of having it inside when the text is empty / unfocused?
I know the answer here usually is that that's the recommended material behavior, however, in this case I feel that such a small change is not worth creating a new TextFieldImpl
implementation (but of course, I may be wrong).Siyamed
10/14/2020, 4:52 AMbruno.aybar
10/14/2020, 5:04 AMTextFieldImpl
by mistake, instead of looking at BaseTextField
which makes much more sense here and with little work can cover my use case 😅