The onChange event is working correctly. The problem is when I hold down the up/down key and an onChange event occur for every item selected. I just want to fire the event for the last item selected when the key is let go. I tried adding a keyboard listener and removing the changelistener when key is down and adding it back when key is up. The problem with that is I'm missing the last event. Any help is appreciated, thanks.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
