Skip to main content

Combobox

Function Combobox 

Source
pub fn Combobox(props: ComboboxProps) -> impl IntoView
Expand description

A filterable dropdown selector: the trigger shows the label of the current value (or placeholder), and the panel offers a text filter plus a keyboard-navigable list of options. Emits the chosen option’s value through on_select.

§Required Props

§Optional Props