Rudeg / react-input-calendar

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

Date parsing consistency improvements. New properties/events. #121

Closed njflowers closed 6 years ago

njflowers commented 6 years ago

Changed date parsing to always favor moment. Exposed input key events. Fixed hideOnBlur. Added a property to hide the today button. Moving between months/years no longer sets a value in the input field.

Rudeg commented 6 years ago

Thanks!