Is there a way to float the label of the input fields programmatically?
rafaelbrier opened this issue · 0 comments
rafaelbrier commented
I'm trying to integrate the TextField with the react-datepicker library, but when a date is picked from the calendar, it sets the field value but does not trigger the float label effect:
Is there a way to programmatically set the float label state, for example whenever the field has a value?
Thank you.