New to KendoReact? Learn about KendoReact Free.
Suggestions
The AutoComplete provides suggestions that appear while the user types in its input field. Whenever the user modifies the input value, the AutoComplete automatically completes the user input with the first text match. If the first text match does not begin with the current user input, the AutoComplete does not display any suggestions.
In Uncontrolled Mode
To turn the suggestions on in uncontrolled mode, set the suggest
property to true
.
Change Theme
Theme
Loading ...
In Controlled Mode
To turn the suggestions on in controlled mode, utilize the suggestion
value from the onChange
event of the AutoComplete to set the suggest
property.
Change Theme
Theme
Loading ...