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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -