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