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
Expected behavior
onChange should be triggered even if the entered date is lower than min, it works in jsdom, native javascript in the browser and react in the browser.
Device:
Version 15.11.7
The text was updated successfully, but these errors were encountered:
Describe the bug
When using input type date, onChange is not triggered when the user enters a date less than min.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
onChange should be triggered even if the entered date is lower than min, it works in jsdom, native javascript in the browser and react in the browser.
Device:
The text was updated successfully, but these errors were encountered: