Skip to main content

Select

Function Select 

Source
pub fn Select(props: SelectProps) -> impl IntoView
Expand description

A labelled dropdown built from (value, text) option pairs, bound to a String signal. Emits the selected option value through on_change.

§Required Props

§Optional Props