Skip to content

Autocomplete (autosuggest) JS lib with Ajax support, utilizing Lea Verou's Awesomplete widget.

License

Notifications You must be signed in to change notification settings

nico-amsterdam/awesomplete-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwesompleteUtil

Javascript library that utilizes Lea Verou's autocomplete / autosuggest / typeahead / inputsearch Awesomplete widget. It adds the following features:

  • Dynamic remote data loading; based on what is typed-in it performs an ajax lookup.
  • Allow HTML markup in the shown items. Show value with description. Optionally search in the description text.
  • Show when there is an exact match.
  • Show when there isn't a match.
  • When there is an exact match show related data (supplied in the remote data) in other parts of the page.
  • Select the highlighted item when tab key is used.

Examples and documentation

live examples with code.

Generate minified version with sourcemap

Copy awesomplete-util.js and make your desired changes. Install the Node package manager and the uglify-js node module. Adjust the paths in mini.sh and run this shell script to generated the minified version of AwesompleteUtil and the sourcemap.

License

MIT

About

Autocomplete (autosuggest) JS lib with Ajax support, utilizing Lea Verou's Awesomplete widget.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published