arfedulov / semantic-ui-calendar-react

Datepicker react component based on semantic-ui-react components
https://arfedulov.github.io/semantic-ui-calendar-react/
MIT License
259 stars 92 forks source link

Adding more property support from Semantic-UI-Calendar #66

Open watashiarc opened 5 years ago

watashiarc commented 5 years ago

Can we add the other properties listed on https://github.com/mdehoog/Semantic-UI-Calendar ?

The ones I'm looking for in particular is a way to disable the selection mode for minute.

    disableYear: false,   // disable year selection mode
    disableMonth: false,  // disable month selection mode
    disableMinute: false, // disable minute selection mode
arfedulov commented 5 years ago

Yes, I'm going to add these props.