felixakiragreen / react-kronos

A fast, intuitive, and elegant date and time picker for React.
https://felixakiragreen.github.io/react-kronos/
MIT License
89 stars 28 forks source link

[Suggestion] Min/max for time picker #37

Closed yury-dymov closed 8 years ago

yury-dymov commented 8 years ago

Hello again!

I am using kronos only as time picker. It would be nice if min and max props could be used for this use case as well. I.e. possible restaurant delivery time is between 10 AM and 9 PM.

Kind regards, Yuri.

felixakiragreen commented 8 years ago

Excellent suggestion. I will implement this for the time picker as well!

felixakiragreen commented 8 years ago

Added the minTime and maxTime props in 1.3.0, so you if you set them, it will only apply to the time picker.

yury-dymov commented 8 years ago

Thank you! :)