Index in EJ2 JavaScript Auto complete control

14 Sep 20231 minute to read

The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.

Key features

  • Data binding - Allows binding and accessing the list of items from local or server-side data source.

  • Grouping - Supports grouping of logically related items under a single or specific category.

  • Sorting - Supports sorting of list
    items in an alphabetical order (either ascending or descending).

  • Highlight search - Supports highlighting the typed
    text in the suggestion list.

  • Templates - Allows customizing the list item, header, footer,
    category group header, no records and action failure
    content.

  • Virtualization - Enables loading large sets of data by virtualizing popup items based on the popup height.

  • Accessibility - Provided with built-in accessibility support that helps to access all the AutoComplete component features through keyboard, on-screen readers, or other assistive technology devices.