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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -