Actions
Feature proposal #6066
closedImprove otpgroup output
Feature proposal #6066:
Improve 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 almost 7 years ago
- Target version changed from 816 to 6.0.0
Updated by krileon almost 7 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.
Updated by krileon almost 7 years ago
- Status changed from Resolved to Closed
Actions