This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Description
I really hope not just to be dumb so see the obvious solution. ;)
Is your feature request related to a problem? Please describe.
I am currently try to implement Select2 into my Blazor-Application. I have a List of Skill-Objects which should be grouped by their Category.
Describe the solution you'd like
Select2 by default supports Optgroups to group several Options. My idea was to be able to provide multidimensional data to your component. For example a List with the properties "name" (string) and "skills" (List).
Now is my question: Did you have a functionality for handling Optgroups?