I have a ComboBox and I need to know when a value has been selected in it (some type of handler??).
I looked at the ChangeHandler and ChangedHandler but they get called upon every keystroke the user types into the ComboBox, so it will not work for me.
How can I take some action based upon a value actually being selected for the ComboBox?
Thanks!
I looked at the ChangeHandler and ChangedHandler but they get called upon every keystroke the user types into the ComboBox, so it will not work for me.
How can I take some action based upon a value actually being selected for the ComboBox?
Thanks!
Comment