- πΊπ¦Ukraine dunot
Relevant issue β¨ Add grouping function for Entity Reference Select list Active
- First commit to issue fork.
It would be cool to group options in Entity Reference Select lists by for example type or bundle. It's already possible to sort them by title, id and so on, but grouping is not possible.
The structure could be build with optgroups:
<select>
<optgroup label="Entity Bundle 1">
<option value="content1">content1</option>
<option value="content2">content2</option>
</optgroup>
<optgroup label="Entity Bundle 2">
<option value="content1">Content1</option>
<option value="content2">Content2</option>
</optgroup>
</select>
Active
11.0 π₯
entity system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Relevant issue β¨ Add grouping function for Entity Reference Select list Active