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 just reproduced this issue. I expect the input value not to change for a controlled component unless the state is explicitly changed. With a handler like the one below, it still changes even though state.date does not change:
Problem description
TimePicker updates the input field without onChange setting state. I am setting an initial value from the state.
Steps to reproduce
In render:
handleTimeChange:
Versions
The text was updated successfully, but these errors were encountered: