Verifying the way to change time entry in lightbox

Hello,

I was hoping someone could confirm the best (only?) way to change the way time is entered in the lightbox. I’d like to change the controls to be text input boxes rather than a dropdown. I’m assuming that I need to remove the default “time” section from the scheduler.config.lightbox.sections, then I need to add a new custom section with my fields?

Is this the correct & easiest way to do this?

Thanks,
Chris

then I need to add a new custom section with my fields?
Yep, this is correct way.
You can check
samples\05_calendar\03_in_form.html
which shows a custom time form ( which actually done in the same manner - through custom form section )