My title may be a bit fuzzy but I want to make my suggestbox to suggest words like this when I type letters into the textbox:
Letter typed in suggestbox: A
A lpaca
A pple
A rgon
NOT like this:
Letter typed in suggestbox:A
A lpaca a cute
A pple a nion
A rgon a ttire
is there any way to make the suggest box to behave like this? I just want the first word couple of words that matches the letter, not including the string with multiple words.
I am using GWT in Eclipse by the way.
EDIT: I suck at formatting, the words are
Alpaca
Apple
Argon
Alpaca acute
Apple anion
Argon attire
EDIT AGAIN: I want them to be appear like this:
Entry: Exec
Suggestion:
Execute
Execution
Executor
Entry: Execution t
Suggestion:
Execution time
Execution timer
Execution title
Basically I want it to work like google searches, where the multiple worded suggestions won't appear as long as I haven't typed a second word.