Skip to main content

Input

Function Input 

Source
pub fn Input(_: InputProps) -> Element
Expand description

Search input for the combobox variant.

Its presence inside Root switches the component from select-only to combobox mode. Renders an <input> with role="combobox" and full ARIA attributes.

§Data attributes

  • data-select-input — always present

§Props

For details, see the props struct definition.