Actions
Bug #7471
closedajax validation rules will not work for date fieldtypes
Description
date, datetime, and time all ignore ajax validation because they use a hidden input. Add support for applying validation to hidden inputs with the cbValidationAllowed class to ensure they skip the ignore check. In addition to this the change event is not correctly firing for the target element when the date value changes.
Actions