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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | gss-ability-to-disable-autocomplete-2293169-4.patch | 1.87 KB | valentin schmid |
| #2 | gss-ability-to-disable-autocomplete-2293169-2.patch | 1.54 KB | valentin schmid |
| #1 | 2293169_gss_autocomplete_option.patch | 1.62 KB | yang_yi_cn |
| gss_fix_2.patch | 1.72 KB | Joseph_Fowler |
Comments
Comment #1
yang_yi_cn commentedyeah, 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.
Comment #2
valentin schmid commentedRe-rolled the patch for 7.x-1.x-dev.
Comment #3
ram4nd commentedVariable has to be in uninstall hook as well, reroll it against dev.
Comment #4
valentin schmid commentedRe-rolled patch again.
Added variable gss_autocomplete to the uninstall hook.
Comment #5
valentin schmid commentedComment #6
ram4nd commented