trotzig / react-available-times

A calendar to select available time slots
MIT License
98 stars 33 forks source link

Is it possible to select full hour increments? #19

Open valrustan opened 4 years ago

valrustan commented 4 years ago

In the demo, I see that it selects by 15 minute increments, is it possible to only select by full hour increments?

alyshahudson commented 4 years ago

@valrustan did you figure this out? I'm wondering the same thing

trotzig commented 4 years ago

IIRC, I don't think this is possible right now. I'd be happy to review a PR adding support for some kind of minimumIncrement prop!

valrustan commented 4 years ago

@valrustan did you figure this out? I'm wondering the same thing

I ended up using something else.

guykohn commented 4 years ago

@valrustan did you figure this out? I'm wondering the same thing

I ended up using something else.

What did you use eventually?