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

showOptionTooltips: allow to pass a title #518

Open
Zerotask opened this issue Jan 31, 2024 · 1 comment
Open

showOptionTooltips: allow to pass a title #518

Zerotask opened this issue Jan 31, 2024 · 1 comment
Labels

Comments

@Zerotask
Copy link

Zerotask commented Jan 31, 2024

Describe the bug
I'd like to pass a title, which is not the text content but a longer description

showOptionTooltips option is used to active displaying the on-hover tooltips for select options. The tooltip text is equal to the option text content.

therefore I want to simple add the title attribute to the options:

<option title="Some description" value="someValue">Some Text</option>

My workaround at the moment is using the described data-html attribute.

@brianvoe
Copy link
Owner

Currently that isnt built.

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

No branches or pull requests

2 participants