tags:

views:

189

answers:

1

I want to add editable combo box in GWT , so please tell me the solution ?

+2  A: 

Try the Advanced GWT Components, specifically

org.gwt.advanced.client.ui.widget.ComboBox

You can see them in action at the demo page here, just select the Text & Button Widgets tab and have look at the source code behind it.

Aaron Digulla