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 has been 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.
The text was updated successfully, but these errors were encountered:
The blur event must be the difference between just pressing Enter or interacting further with the form. Hopefully that makes it a little clearer what the cause of the issue is.
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 theonChange
handler. This does not happen if I click on the submit button or continue editing the form before submitting.The text was updated successfully, but these errors were encountered: