Actions
Feature proposal #6066
closedImprove otpgroup output
Description
Currently optgroup is closed in the DOM and not in the code. This means you can't have the following.
Option
- Group
- - Option
Option
The final option ends up being grouped. Pull the optgroups out into their own array and build them separately so they can be closed.
Actions