For the project we are working on, we don't need or require the autocomplete functionality. But, as written, there is no way to switch it off.

This patch is a proposed solution that adds a configuration option that enables the autocomplete functionality.

Comments

yang_yi_cn’s picture

Version: 7.x-1.10 » 7.x-1.11
Status: Active » Needs review
StatusFileSize
new1.62 KB

yeah, we have the same need as well (to disable autocomplete) as we want to avoid using jQuery UI, which is quite heavy. But having the auto-complete feature enabled by default will force the loading of jQuery UI, ui.widget, ui.autocomplete etc.

The original patch doesn't work for 7.x-1.11 so I re-rolled it.

valentin schmid’s picture

Re-rolled the patch for 7.x-1.x-dev.

ram4nd’s picture

Version: 7.x-1.11 » 7.x-1.x-dev
Status: Needs review » Needs work

Variable has to be in uninstall hook as well, reroll it against dev.

valentin schmid’s picture

Re-rolled patch again.
Added variable gss_autocomplete to the uninstall hook.

valentin schmid’s picture

Status: Needs work » Needs review
ram4nd’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.