react-times
react-times copied to clipboard
Disable intervals
On timeConfig parameter of TimePickerWrapper I can set the allowed time to be between some range (and it works great!). But I am dealing with multiple possible ranges (like 8-10, 13-15, 16-19), so I was thinking of disabling some intervals and allowing others. Is there a way to do it with react-times?