Re: [Tobago] f:ajax inside tc:in event="keyup"

2018-08-21 Thread Henning Nöth
Hi, Tobago doesn't currently support the 'keyup' event. We plan to implement this in the future but in the meantime you have to use the 'change' event. If 'change' is absolutely not an option, the only workaround I see is a JavaScript-Hack. You can put a listener on 'keyup' and trigger the

Re: [Tobago] f:ajax inside tc:in event="keyup"

2018-08-21 Thread Volker Weber
Hi Dennis, Am Mo., 20. Aug. 2018 um 18:50 Uhr schrieb Dennis Kieselhorst < d...@apache.org>: > > I see, I'm not sure if this is really the intended behaviour. > > @Udo, Henning what do you think? > > Cheers > Dennis > I'm not sure about your question, is it about the behavior of the "onchange"