UseAutocompleteReturnValue
Properties
Link copied to clipboard
An HTML element that is used to set the position of the component.
Link copied to clipboard
Index of the focused tag for the component.
Link copied to clipboard
Resolver for the clear
button element's props.
Link copied to clipboard
Resolver for the input label element's props.
Link copied to clipboard
Resolver for the input element's props.
Link copied to clipboard
Resolver for the listbox component's props.
Link copied to clipboard
abstract var getOptionProps: (renderedOption: UseAutocompleteRenderedOption<Value>) -> HTMLAttributes<HTMLLIElement>
Resolver for the rendered option element's props.
Link copied to clipboard
Resolver for the popup icon's props.
Link copied to clipboard
Resolver for the root slot's props.
Link copied to clipboard
A tag props getter.
Link copied to clipboard
The options to render. It's either Value[]
or AutocompleteGroupedOption<Value>[]
if the groupBy prop is provided.
Link copied to clipboard
The input value.
Link copied to clipboard
Setter for the component anchorEl
.