thomasboyt / react-pikaday

A React component wrapper around Pikaday
111 stars 31 forks source link

Pikaday options not working #16

Open Manikandan-K opened 8 years ago

Manikandan-K commented 8 years ago

I had a working datepicker using react-pikaday. It was lightweight and clean like pikaday. I assumed all the options available in pickday is still availble in this library, since it is a wrapper library. However, when I tried to use maxDate, minDate options, that somehow doesn't work here. Is there any way to use those options ?

hedleysmith commented 7 years ago

@Manikandan-K you could try https://github.com/voronianski/react-pikaday-component it seems to do the same thing but support all Pikaday configuration options

googol7 commented 7 years ago

There’s an undocumented property initialOptions:

initialOptions={{
    position: "top",
}}