Skip to main content

TextField

Function TextField 

Source
pub fn TextField(props: TextFieldProps) -> impl IntoView
Expand description

A single-line text field with optional help and error notes. Commits on change, or debounces input by debounce milliseconds when set, emitting the text through on_commit.

§Required Props

§Optional Props