Skip to content

jrode/autophil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autophil

The Genesis of autofills.

Usage

Create:

$('input').autophil({
	opts: [
		'how do you get pink eye',
		'how do you build a snowman',
		'how do you build a snowman in minecraft',
		'how do you get bed bugs']
});

autophil screenshot

Destroy:

$('input').autophil('destroy');

Options:

  • opts: []
  • maxSuggestions: 10
  • delim: '|'
  • tabStopOnDelimiter: false
  • multiStringMatch: false

About

The Genesis of autofills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published