mlaursen/react-md

Is there a way to float the label of the input fields programmatically?

rafaelbrier opened this issue · 0 comments

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:
image

Is there a way to programmatically set the float label state, for example whenever the field has a value?

Thank you.