GWT Suggestbox only show sugesstions when entered string is in alphabetic order

76 Views Asked by At

When I enter some text in suggestbox and if entered string is not matched alphabetically to the suggestions(i.e in suggestionlist); suggestbox do not show suggestions.

For example if suggestion list contain "will smith" and I enter "will" in suggestBox it will show me the suggestion but if I enter "smith" it will not show any suggestion.

BTW, I'm using MultiWordSuggestOracle for suggestions.

0

There are 0 best solutions below