Description
WICKET-5603 introduced a regression that a TextField using OnChangeAjaxBehavior doesn't work anymore when used as date picker, or Select2.
The problem is that usually extensions like DatePicker and Select2 will fire 'change' event when they update the text input.
OnChangeAjaxBehavior should use both 'inputchange" and "change" events for TextField and TextArea components.
Attachments
Issue Links
- is broken by
-
WICKET-5603 OnChangeAjaxBehavior attached to DropDownChoice produces two Ajax requests in Chrome v35
- Resolved