Rudeg / react-input-calendar

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

Broken in Firefox #19

Closed Syynth closed 8 years ago

Syynth commented 9 years ago

As far as I can tell, it doesn't work at all in Firefox. I am running version 37.0.2 on Windows 8.1

romamatusevich commented 9 years ago

It's not an issue of react-input-calendar, but issue of moment.js and Date constructor: https://github.com/moment/moment/issues/1407

To fix it: set props format and computableFormat to YYYY-MM-DD.

Rudeg commented 8 years ago

Not actual now