/autocomplete_ext

A Drupal module for autocomplete the drupal core autocomplete

Primary LanguageJavaScript

autocomplete-ext

Drupal autocomplete system allow us to create our form inputs with autocomplete feature. Sometimes we need to overide the drupal core autocomplete.js for our requirements adding our custom js. If there are several modules that needs to overide the core autocomplete js we can get in troubles.

Autocomplete extended module try to get a plugable autocomplete system ready to use in other modules, avoiding override directly the drupal core autocomplete.js.

Installation:

  • Download autocomplete extended module into your modules path.
  • Enable autocomplete extended module

Use example