Rudeg / react-input-calendar

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

Don't update widget until the calendar closes when closeOnSelect=true #116

Closed edlott closed 6 years ago

edlott commented 7 years ago

In our application, it's invalid to enter a date that's less than 13 years from today. We don't want to disable elements of its GUI to prevent this. We DO want to NOT update the text input field or invoke onChange while the user navigates to an older year/month.

Undesireable Functionality:

Changes in this PR:

Rudeg commented 6 years ago

@edlott thanks, will add it later in the different implementation