pub fn Select(props: SelectProps) -> impl IntoViewExpand description
ยงRequired Props
- attrs: [
Vec<(&'static str, Attribute)>] - options:
impl Into<Vec<SelectOption>> - selected:
impl Into<MaybeSignal<SelectOption>>
pub fn Select(props: SelectProps) -> impl IntoViewVec<(&'static str, Attribute)>]impl Into<Vec<SelectOption>>impl Into<MaybeSignal<SelectOption>>