Hi all

How to add auto complete ability to input control ?

I have a plugin called "InputAutoComplete" that help you to with bellow function :

Código: Seleccionar todo

Suggest = true;
Append = true;
Input.AutoComplete("Input1", URLS_TYPE, Suggest , Append );
Show web search history in your input control

But I want to add my Considered words to the suggested list of input
can any body help me ?