I'm looking to implement a use case such that, as the user types in
the SuggestBox, I would be able to obtain the first item in the list.
This item would be dynamic (and would be shown in a seperate box), it
will keep changing as the user types in more characters. The
SuggestBox also need not display suggestions, just force the selection
of the first item.

Looking at the source code, I'm thinking I need to subclass my own
SuggestionDisplay. Not too sure how to do this though, I'm new to GWT.
Any ideas would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to