Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline display of options possible? #34

Open
mtness opened this issue Sep 20, 2023 · 2 comments
Open

inline display of options possible? #34

mtness opened this issue Sep 20, 2023 · 2 comments

Comments

@mtness
Copy link

mtness commented Sep 20, 2023

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 mtness changed the title inline display of option possible? inline display of options possible? Sep 20, 2023
@jannicz
Copy link
Owner

jannicz commented Sep 21, 2023

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

@mtness
Copy link
Author

mtness commented Sep 26, 2023

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

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants