Rudeg / react-input-calendar

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

allow for null value for Calendar input #2

Closed Fenntasy closed 9 years ago

Fenntasy commented 9 years ago

It wasn't possible with the previous version so I did some changes to allow for a null.

It's basically juste a change in the onBlur event and some checks in DaysView but it may be worth checking if nothing is broken by theses changes.

Rudeg commented 9 years ago

Hey Fenntasy, Thanks!