Getting Started with KendoReact AutoComplete
The KendoReact AutoComplete is a form component that provides suggestions depending on the typed text and is a richer version of the <input>
element and supports data binding, filtering, and custom rendering.
The KendoReact AutoComplete component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-dropdowns package.
Basic Usage
The following example demonstrates the AutoComplete in action.
Functionality and Features
- Data and value binding
- Filtering
- Suggestions
- Custom rendering
- Floating labels
- Forms support
- Globalization
- Keyboard navigation
- Accessibility
Events
The following example demonstrates basic AutoComplete events.