appointment-picker icon indicating copy to clipboard operation
appointment-picker copied to clipboard

inline display of options possible?

Open mtness opened this issue 1 year ago • 2 comments

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

mtness avatar Sep 20 '23 10:09 mtness

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

jannicz avatar Sep 21 '23 07:09 jannicz

Ok cool, will try! While implementing it, another question arose, (#35 )

Thank you!

mtness avatar Sep 26 '23 10:09 mtness