mootools-meio-autocomplete
mootools-meio-autocomplete copied to clipboard
A complete mootools Autocomplete plugin
Since there is a separate source folder - Meio.Autocomplete.js - Meio.Autocomplete.min.js need updating.
When I put this plugin on a field inside of a table generated with htmltable.select the keyboard shortcut to navigate items bubbles up to the htmltable.select class and changes table...
Meio.Autocomplete.Filter = { get: function(options){ this.options = options; // now everyone can pass custom config to an filter ;o) /.... }, /....
Could you implement a option to get autocompletion by similarity? Like this: http://phpjs.org/functions/levenshtein:463 Would be really cool! Maybe a combination from current algorithm (first chars matching) and the levenshtein algorithm...