pub fn select_trigger(
key: impl Into<String>,
current_label: impl Into<String>,
) -> ElExpand description
The trigger surface for a select. Visually a button-shaped row
of [ current_label ▼ ] keyed by key. Click emits Click on
key; the app toggles its open flag in on_event.
Default height is tokens::CONTROL_HEIGHT — use that constant
when sizing a parent row that has to fit the trigger.
The trigger is also the anchor key for select_menu — keep them
identical so the menu drops below the trigger.