timepicker
timepicker copied to clipboard
<select>
Is there any option to get the dropdown to appear in a "select" rather than "input"?
Many thanks
Hi @simmonspaul! Unfortunately not, right now the timepicker does not work with a select
element.
Just to make sure I understand correctly, the behavior you want is to have the timepicker show available time entries as option
elements in a select
element? So that users use the dropdown to choose a value instead of the custom dropdown we display right now?
Custom dropdown to work as is (no option elements). Simply being able to render inside a "select" element. (So that eg. bootstrap there is a dropdown arrow on the right hand side like other selectors). Thank you.