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
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
When manually typing in the date into the input field and immediately pressing on the Enter key to submit the form, an incorrect date is passed to the onChange handler. This does not happen if I click on the submit button or continue editing the form before submitting.
When manually typing in the date into the input field and immediately pressing on the
Enterkey to submit the form, an incorrect date is passed to theonChangehandler. This does not happen if I click on the submit button or continue editing the form before submitting.