Forcing ComboBox to lose its focus when isPopupVisible()==false
800394Mar 25 2009 — edited Mar 31 2009Hi,
I'm in a situation where I need to force my comboBox to lose its focus, in a case when user clicks the comboBox to pull down the popup but does not click any value inside the comboBox popup. In such a situation I need to force the comboBox to lose its focus.
I looked for some method like setFocus in comboBox api, but did not find anything such.
appreciated..