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
I find myself needing to use <optgroup> to split an option into two sub options as so:
<optgroup>
<select> <option value="#option1">Option 1</option> <option value="#option2">Option 2</option> <option value="#option3">Option 3</option> <optgroup label="Option 4"> <option value="#option4.1">Option 4.1</option> <option value="#option4.2">Option 4.2</option> </optgroup> <option value="#option5">Option 5</option> <option value="#option6">Option 6</option> <option value="#option7">Option 7</option> </select>
Is this possible?
The text was updated successfully, but these errors were encountered:
Hi, Please see : #59
Sorry, something went wrong.
No branches or pull requests
I find myself needing to use
<optgroup>
to split an option into two sub options as so:Is this possible?
The text was updated successfully, but these errors were encountered: