Re: How to get the SuggestBox value

2019-04-12 Thread Rogelio Flores
Yes, or a full solution that I just tested it works: public void onModuleLoad() { MultiWordSuggestOracle oracle = new MultiWordSuggestOracle(); String[] words = {"Alpha", "Apple", "Anaconda", "Beta", "Beautiful", "Best", "Better"}; for (String word: words) {

Re: How to get the SuggestBox value

2019-04-12 Thread Filipe Sousa
suggestionBox.getValue()? On Thursday, April 11, 2019 at 12:02:57 PM UTC+1, Nanditha Nandu wrote: > > final SuggestBox suggestionBox = new SuggestBox(suggestions); > > where suggestions is the custom suggest words passed using > MultiWordSuggestOracle > > Im trying to get the value selected

Re: How to get the SuggestBox value

2019-04-12 Thread Nanditha Nandu
Did anyone have the solution to this ? On Thursday, April 11, 2019 at 4:32:57 PM UTC+5:30, Nanditha Nandu wrote: > final SuggestBox suggestionBox = new SuggestBox(suggestions); > > where suggestions is the custom suggest words passed using > MultiWordSuggestOracle > > Im trying to get the