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

.setConfig() .getConfig() .config() shorthand

enhancement

Re: http://autocompletejs.com/examples#1003. In the following setup, I'd like to mix the ability to choose sub-options with being able to select just the top level option. In this example, you can...

also should be customizable in the config

enhancement

Need to provide links to the major sections (Config Object, Option Object, Errors, etc) from the top of the docs page.

enhancement
website

should be configurable on the main config object clearBtn: true / false clearBtnHTML: '' etc

enhancement

You should be able to pull in the options for a list using AJAX once and then search those options locally every time that list is referenced. Use case: you...

enhancement

This is related to Issue #10 I don't want to add a new event for when a new token group is added due to clashing with the onChange event, but...

enhancement