We are trying to add a 30 min increment to the time picker.So the options are:00:0000:3001:00etc...We are using the FlatPickr config onInitialize to set the minuteIncrement setting:
The time picker is shown like this:
But the time picker is still show all the minutes (this is a mobile app). Any idea what could be going wrong?
Hello @André Pinho
AFAIK, that feature is not available from flatpickr since it's opening the native input.If you use that on a web application, it works, so unfortunately, I believe that is not possible (tested directly with flatpickr on a sample I created here)
Cheers,GM