Skip to content

Autocomplete suggestion feature addition on an input field.

Notifications You must be signed in to change notification settings

vivsriv19/autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

autocomplete

Enter john@

Then the list of available handles will show up as autocomplete suggestion

Call function autoComplete({
inputId: 'autocompleteInput', // id of input
data: JSON.parse(handles), // json data of handles
callback: function(){ // callback to be trigger on any handle selection
console.log("hey")
}
}).init();

About

Autocomplete suggestion feature addition on an input field.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages