Support for optgroup in select input type
See original GitHub issueIs there any support for optgroup
’s in select input types?
I need to show some hierarchal options in select input
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
<optgroup>: The Option Group element - MDN Web Docs
The <optgroup> HTML element creates a grouping of options within a <select> element. Try it. HTML Demo: <optgroup>. Reset. HTML CSS
Read more >HTML optgroup tag - W3Schools
The <optgroup> tag is used to group related options in a <select> element (drop-down list). If you have a long list of options,...
Read more >Selectable <optgroup> in HTML <select> tag - Stack Overflow
Is there any way to make the option group ...
Read more >H85: Using optgroup to group option elements inside a select
The optgroup element should be directly inside the select element, and the option elements directly inside the optgroup . It is possible for...
Read more >Select Group options Example - Mobiscroll
... select <input mbsc-input id="my-input" data-dropdown="true" /> </label> <select id="single-group-select"> <optgroup label="US"> <option ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nice, @limonte! Thanks for the tips.
I’m getting into the codebase right now and will make the PR asap.
Need some help with this? I can work on that. I noticed that the https://github.com/sweetalert2/sweetalert2/pull/549 wasn’t accepted because of some quality issues. I didn’t find any guidelines on code quality or organization. Do you want to give me some advice or directions on this? Or you prefer for me to make the PR and we discuss there those details?