You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'am using com.googlecode.wicket.kendo.ui.form.NumberTextField in Wicket Form. I have AjaxFormSubmitBehavior on that form (catching "change" event). But it isn't fired right after value of field is changed, it is fired after that field loses focus (probably). When I try it with org.apache.wicket.markup.html.form.NumberTextField everything works.
I've removed my previous comment because it was not fully relevant.
The best here is to look at usages in the code for IValueChangedListener and OnChangeAjaxBehavior and do implement the same way.
Hello, I'am using com.googlecode.wicket.kendo.ui.form.NumberTextField in Wicket Form. I have AjaxFormSubmitBehavior on that form (catching "change" event). But it isn't fired right after value of field is changed, it is fired after that field loses focus (probably). When I try it with org.apache.wicket.markup.html.form.NumberTextField everything works.
How this should be done properly?
Relevant code snippet:
The text was updated successfully, but these errors were encountered: