1.10.2.Adding Auto-completion
1.Install package
install-package Twitter.Typeahead
2.Modify bundleConfig.cs
3.Search the example of typeahead.js and copy it's css style (start from .typeahead)
4.Create a new css file in Content and paste it
6.Paste the code to New.cshtml, use @section scripts
7.Modify the input in the form which you want to apply auto complete
Last updated