<ui-select>
A dropdown selector rendered by ImGui.
<ui-select id="theme" options="Light|Dark|System" value="Light"></ui-select>
Attributes
| Attribute | Required | Description |
|---|---|---|
id | yes | Element identifier |
options | yes | Pipe-separated (|) list of options. Use \\| to include a literal | in an option. |
value | no | Initially selected option (defaults to first) |
Event
Emits input-changed immediately on selection change.