What does this add-on do?
This add-on replaces AutoComplete input boxes (the ones where you start typing and it offers suggestions) with AutoComplete Combo Boxes.
AutoComplete Combo Boxes offer you suggestions as soon as you click on them.
In addition, they provide a full scrolling list of suggestions, so they don't limit the number of results they show.
To change your AutoComplete inputs to AutoComplete Combo Box inputs, find the input box in your template and replace:
Code:
class="AutoComplete"
with
Code:
class="AutoCombo"
Then add the following code anywhere in the template:
Code:
<xen:require css="waindigo_autocombo.css" />
<xen:require js="js/waindigo/autocombo/autocombo.js" />
View attachment 5262
This add-on replaces AutoComplete input boxes (the ones where you start typing and it offers suggestions) with AutoComplete Combo Boxes.
AutoComplete Combo Boxes offer you suggestions as soon as you click on them.
In addition, they provide a full scrolling list of suggestions, so they don't limit the number of results they show.
To change your AutoComplete inputs to AutoComplete Combo Box inputs, find the input box in your template and replace:
Code:
class="AutoComplete"
with
Code:
class="AutoCombo"
Then add the following code anywhere in the template:
Code:
<xen:require css="waindigo_autocombo.css" />
<xen:require js="js/waindigo/autocombo/autocombo.js" />
View attachment 5262