I have a suggestbox which when the user types, I want to list the suggestions, and as the user scrolls down the list, the item's display string to be displayed in the textbox ( of the suggest box ). Similar to a google search. But in my case, only when I press return does the item get populated. The problem is I want to add a key press handler to the suggest box and it turns out that the key press event happens before the suggestion is populated. I tried setting auto select enabled to false.
Any ideas ? Thx gd -- 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.
