Dojo auto-complete using a text box as opposed to a drop-down menu

Dojo AutoFill Widget requires me to have a drop down menu. Is there a way to create an autocomplete block in Dojo that starts with a text field such as YUI? I am trying to use Dojo because what we use here in the project is also trying to modify existing JSP pages to have autocomplete. These pages do not have fields in the form of drop-down menus (that is, "Select")

0
source share
2 answers

I think dojox.form.MultiComboBox is what you are looking for.

+2
source

New answer to the old question: widgit FilteringSelect is a fairly reliable automatic full control.

, : http://dojotoolkit.org/reference-guide/1.8/dijit/form/FilteringSelect.html

+3

All Articles