nova_forms

Function Input

Source
pub fn Input<T>(props: InputProps<T>) -> impl IntoView
where T: Datatype,
Expand description

A component that renders an input field. It takes a datatype as a type parameter and automatically handles parsing and validation.

§Required Props

§Optional Props