7
Views
1
Comments
Solved
[OutSystems UI] Outsystems UI Time Picker FlatPickr Configs - minute increment
outsystems-ui
Reactive icon
Forge asset by OutSystems

We are trying to add a 30 min increment to the time picker.
So the options are:
00:00
00:30
01:00
etc...

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?

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.