I'd like to recreate something similar to HTML optgroups for select controls. Unfortunately, this doesn't seem to be supported.
One way this could be implemented is by giving a data structure like the following:
{"group title 1": ["label A", "label B"], "group 2": [...]}
Yeah I think it will be nice to group with optgroup option.
Similar: #3049
If you only need one level you can use subheadings: https://vuetifyjs.com/en/components/autocompletes#example-scoped-slots
Most helpful comment
Similar: #3049
If you only need one level you can use subheadings: https://vuetifyjs.com/en/components/autocompletes#example-scoped-slots