Re: suggestbox selection handler and keypress handler

2011-03-08 Thread Nate Bauernfeind
Did you ever solve this problem? On Feb 10, 6:11 am, Torgeir wrote: > Am looking for an easy way to avoid a keypress from the textbox of a > suggestbox when the user selects an item from the suggested dropdown. > > I need to handle both in my application, but if the user selects an item > from th

Re: suggestbox selection handler and keypress handler

2011-03-08 Thread Nate Bauernfeind
side of my keyDownHandler the isSuggestionListShowing() returns true! I sincerely hope I save someone else an afternoon. (Note that this method also gets rid of that annoying bug of receiving two keyDown events per event when attaching a handler to the suggestBox) On Mar 8, 3:18 pm, Nate Bauernfeind wr