TW-Elements icon indicating copy to clipboard operation
TW-Elements copied to clipboard

Timepicker feature: only the available hours and minutes

Open proyb6 opened this issue 1 year ago • 2 comments

I like to specify only certain timing in Hour and minutes the user can choose from as most case can select either :00 or :30 mins.

proyb6 avatar Oct 22 '23 17:10 proyb6

At this moment you are only able to add the increment option to change the incrementation to 5 from 1.

I'm adding this to our ideas list to check what we can do about it.

juujisai avatar Oct 23 '23 06:10 juujisai

Setting this in JavaScript or data attributes are fine.

hours: [2, 4, 6, 22]
minutes: [0, 30]

proyb6 avatar Oct 23 '23 08:10 proyb6