appointment-picker
appointment-picker copied to clipboard
inline display of options possible?
Hi there, I would like to display only the options and hide the input field - would this be possible?
Thank you and best regards, MT
Yes, this should be easily possible. Apply some hidden styles on the input via CSS, i.e. visibility: hidden
and the open the picker programmatically via the API function: picker.open()
You can additionally change the template for the markup you you need another HTML.
Tell me if that worked for you
Ok cool, will try! While implementing it, another question arose, (#35 )
Thank you!