question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for optgroup in select input type

See original GitHub issue

Is there any support for optgroup’s in select input types?
I need to show some hierarchal options in select input

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tiagostutzcommented, May 29, 2020

Nice, @limonte! Thanks for the tips.

I’m getting into the codebase right now and will make the PR asap.

1reaction
tiagostutzcommented, May 29, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found