Page MenuHomePhabricator

Consider whether to implement sections in Menus
Closed, DuplicatePublic

Description

OOUI supports sections in dropdowns, like this:

Screenshot from 2022-05-02 18-33-49.png (235×719 px, 19 KB)

Native HTML <select> elements support a similar feature with <optgroup>. Section headers are not selectable.

We should consider whether this is something we want to support in Codex menus, perhaps as a special type of MenuItem?