pub fn BaseSelect(props: BaseSelectProps) -> impl IntoViewExpand description
Headless native <select>.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - size:
impl Into<MaybeProp<String>> - id:
impl Into<MaybeProp<String>> - name:
impl Into<MaybeProp<String>> - value:
impl Into<FormBind<String>> - disabled:
impl Into<Signal<bool>>