Rudeg / react-input-calendar

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

Add input field id to props #38

Closed dbrack closed 9 years ago

dbrack commented 9 years ago

Allows to pass an ID for the input field where the date picker represents it's value. This can be useful when the date picker is used with a label element. The label element can be bound to the input field using the label for attribute.

I also enhanced the README to include new and missing props.

Rudeg commented 9 years ago

Cool, thanks!