views:

606

answers:

1

Dojo's Autocomplete widget requires that I have a dropdown to start off with. Is there a way to create an autocomplete box in Dojo which starts out with a textbox like YUI's? I'm trying to use Dojo because that's what we use here in the project, also trying to modify existing JSP pages to have autocomplete. These pages don't have the fields as dropdowns (ie "select")

+1  A: 

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

kls