Example of Default Functionalities in ASP.NET MVC AutoComplete Control
This sample demonstrates the default functionalities of the AutoComplete in ASP.NET MVC 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.
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 the documentation sectionopens in a new tab.