lightbox time config

is there a way to split the hour:second into two separate dropdowns, one for hours and one for minutes? ( screencast.com/t/mW8w7icmkQ ) it would be much more easy to select.

Thanks!

Hi,
unfortunately there is not easy way.
An allowed inputs are predefined in code and can’t be extended
github.com/DHTMLX/scheduler/blo … r.js#L5187

A possible solution would be to reimplement the time control docs.dhtmlx.com/scheduler/custom … ditor.html using the default one as a basis