This module contains the following classes:
autocomplete-base
Y.Base
extension that provides core autocomplete logic (but no
UI implementation) for a text input field or textarea. Must be mixed into a
Y.Base
-derived class to be useful.autocomplete-filters-accentfold
Provides pre-built accent-folding result matching filters for AutoComplete.
These filters are similar to the ones provided by the
autocomplete-filters
module, but use accent-aware comparisons.
For example, "resume" and "résumé" will be considered equal when using the
accent-folding filters.
autocomplete-filters
autocomplete-highlighters-accentfold
Provides pre-built accent-folding result highlighters for AutoComplete.
These highlighters are similar to the ones provided by the
autocomplete-highlighters
module, but use accent-aware
comparisons. For example, "resume" and "résumé" will be considered equal when
using the accent-folding highlighters.
autocomplete-highlighters
autocomplete-list-keys
autocomplete-list
autocomplete-list-plugin