Re: SuggestBox on a textarea

2008-12-22 Thread Eddy
, Eddy ridl...@gmail.com wrote: If I create a SuggestBox based on a textarea, like this: new SuggestBox(myoracle, new TextArea()); is there a way to make sure the suggestbox doesn't do a setText on the whole textarea everytime a suggestion is selected? any help appreciated thanks

Re: SuggestBox on a textarea

2008-12-22 Thread Eddy
(String text) method with you own implementation. On Dec 21, 5:37 pm, Eddy ridl...@gmail.com wrote: If I create a SuggestBox based on a textarea, like this: new SuggestBox(myoracle, new TextArea()); is there a way to make sure the suggestbox doesn't do a setText on the whole