Example of AutoCompleteFor in ASP.NET Core AutoComplete Control
This sample demonstrates the strongly-typed extension support in AutoComplete
. The value of Autocomplete is set from code behind and it is set to autocomplete in view page by invoking the strongly-typed AutoCompleteFor helper.
DEMO
SOURCE
Click the submit button to post the selected value in the AutoComplete. When posting the null value, validation error message will be shown below the AutoComplete.