Clear SuggestBox on blur in GWT -
i have suggestionbox in gwt. there way clear when blurs (unless user made selection, in case action should happen)?
add blurhandler:
suggestionbox.getvaluebox().addblurhandler(new blurhandler() { @override public void onblur(blurevent event) { // code goes here } });
Comments
Post a Comment