Rudeg / react-input-calendar

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

datePicker usable while date is blank #14

Closed Ascendzor closed 9 years ago

Ascendzor commented 9 years ago

Fixes issue: #12

Date was null so when it tried to go up to view the year it did not know what the year was which caused an error.

It now continues to use the date set in the initial state if no date is passed in (now).

Rudeg commented 9 years ago

thanks!