autocompletejs icon indicating copy to clipboard operation
autocompletejs copied to clipboard

AutoCompleteJS Widget

Results 47 autocompletejs issues
Sort by recently updated
recently updated
newest added

- update component.json - add git tag

Would be nice if a word or list of words could be supplied, and if typed, be ignored. In other words, if my list includes: - Tree Green - Tree...

child indicator was not aligning with text when text wider than min-width

If the widget has placeholder text: (1) User types in stuff but doesn't accept a value or create a token. (2) User clicks away from the widget. (3) Widget now...

Could use a blur event so we can do something when the user loses focus of the bar.

Returning an array of strings from a custom matchOptions function doesn't work because those options haven't been "expanded" to the internal state that autocomplete expects.

bug

need to put the config on the Option Object as well as the List Object

enhancement

http://jalada.co.uk/2009/07/31/javascript-aho-corasick-string-search-algorithm.html

enhancement