When I added custom event, onchange doesn't fire
In our application (Pega 7.1.8), we have a date field with calendar control. We got a requirement to add masking for this field.
To add masking, we used a JQuery plugin downloaded from digitalbush » Masked Input Plugin
To enable masking, we added a code like below in a custom section.
$("#date").mask("99/99/9999");
This works fine and masking is working in the field as well.
However, after adding this masking, the change actions configured in the field to refresh section stopped working.
Any idea on why this is happening?
Thanks,
Thilak