is there any editable combobox in GWT?
gwt
Solution
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.
Problem
I want to add editable combo box in GWT , so please tell me the solution ?