Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Manual input - entering wrong date sets date to current date #150

Open johnathan-codes opened 4 years ago

johnathan-codes commented 4 years ago

I want to show an error message when users inputs invalid date, for example 31.2.1986. image But if users manually enters date like this above input is automatically set to current date. image Is there an option to not set invalid date to current date?