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.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
When a rows optgroup is found and created it will now check if a previous group exists and if it does check if the rows optgroup matches the previous. If it does not it will now correctly close the previous optgroup.
Actions