pub fn Select(props: SelectProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - id:
impl Into<MaybeProp<String>> - rules:
impl Into<Vec<SelectRule>> - name:
impl Into<MaybeProp<String>>- A string specifying a name for the input control. This name is submitted along with the control’s value when the form data is submitted.
- value:
impl Into<Model<String>> - default_value:
impl Into<String> - disabled:
impl Into<Signal<bool>>- Whether the select is disabled.
- size:
impl Into<Signal<SelectSize>>- Matches the Input sizes.