pub fn Input(_: InputProps) -> ElementExpand 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.
attributes:Vec<Attribute>placeholder:Option<String>Placeholder text for the input.