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
Currently when you pick a new day within the picker, it sets the input value, but does not dispatch an event. This is problematic for anyone using controlled inputs (React, Preact, etc.), and anyone building forms with dynamic validation.
In an ideal world, we would trigger a change event anytime a new date is selected.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
Currently when you pick a new day within the picker, it sets the input value, but does not dispatch an event. This is problematic for anyone using controlled inputs (React, Preact, etc.), and anyone building forms with dynamic validation.
In an ideal world, we would trigger a
change
event anytime a new date is selected.Am I missing something here?
The text was updated successfully, but these errors were encountered: