We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When converting select dropdowns to dropdown menus with $('select').dropdown() the data-text metadata is not copied over to the menu dropdown.
$('select').dropdown()
Having this feature makes it possible to create select with optgroups, where the visible chosen value as label also contains the optgroup label.
https://jsfiddle.net/6hdtzybr/
The text was updated successfully, but these errors were encountered:
It should be delivered in 2.8.3 release. Related PR: #1219
Sorry, something went wrong.
Nice feature !
Thanks for adding this feature!
a0a537b
prudho
No branches or pull requests
Feature Request
Description
When converting select dropdowns to dropdown menus with
$('select').dropdown()
the data-text metadata is not copied over to the menu dropdown.Having this feature makes it possible to create select with optgroups, where the visible chosen value as label also contains the optgroup label.
Example
Testcase
https://jsfiddle.net/6hdtzybr/
The text was updated successfully, but these errors were encountered: