• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Default Functionalities in ASP.NET Core AutoComplete Control

This sample demonstrates the default functionalities of the AutoComplete in ASP.NET CORE application. Type a character in the AutoComplete element and choose an item from the suggestion list.

DEMO
SOURCE

The AutoComplete component provides the matched suggestion list when a character is typed in the input, from that the user can select one.

By default, the filter type value is contains.

The default sample illustrates the use of AutoComplete that allows the end-users to select an item from the suggestion list.

More information on the AutoComplete instantiation can be found in this documentation section.