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
<optgroup>
Currently, selects are expected to be flat. There's no JSON syntax or code to handle <optgroup> tags.
The label attribute is mandatory so that should simplify the syntax.
label
In case it helps, here's a quick idea (probably absurd because I'm actually not very familiar with the plug-in):
["": "None"], [ { Asia": [ ["cn","China"], ["jp","Japan"] ], } ], [ { "Europe": [ ["fr", "France"] ["es", "Spain"], ], } ], ["zz": "Other"], ["--": "Don't know"]
The text was updated successfully, but these errors were encountered:
+1!!!
Sorry, something went wrong.
+1 !
I remind you you can add a Thumbs up icon to any entry in issue tracker, there's no need to flood the ticket with "+1" comments.
tuupola
No branches or pull requests
Currently, selects are expected to be flat. There's no JSON syntax or code to handle
<optgroup>
tags.The
label
attribute is mandatory so that should simplify the syntax.In case it helps, here's a quick idea (probably absurd because I'm actually not very familiar with the plug-in):
The text was updated successfully, but these errors were encountered: