Hello, I'm trying to use a SuggestBox but it shows incorrectly, something is broken in css
http://farm4.static.flickr.com/3045/2943471769_a3b8e77e48_o.jpg here is the code MultiWordSuggestOracle oracle= new MultiWordSuggestOracle(); List<String> candidats=new ArrayList<String>(); candidats.add("Hello2"); candidats.add("Hello4"); candidats.add("Hello3"); candidats.add("3Hello"); candidats.add("Hello1"); candidats.add("Hello0"); candidats.add("privet"); oracle.addAll(candidats); SuggestBox suggestBox=new SuggestBox(oracle); RootPanel.get().add(suggestBox); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
