Search code examples
javagwtgxt

Get selected item text in a ComboBox


How to get the currently selected item text (String) in a ComboBox?

I am using Ext GWT version 2.2.3 btw.

I have tried getValueField and getSelectedText but I am getting null for both functions.


Solution

  • Can you add a SelectionChangedListener?

    Im not familiar with GWT but take alook at this, hope it helps you further.