pub fn BaseInput(props: BaseInputProps) -> impl IntoViewExpand description
Headless native <input> โ semantics and a11y only.
ยง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>> - input_type:
impl Into<Signal<InputType>> - placeholder:
impl Into<MaybeProp<String>> - disabled:
impl Into<Signal<bool>> - readonly:
impl Into<Signal<bool>> - autocomplete:
impl Into<MaybeProp<String>> - comp_ref:
ComponentRef<InputRef>