Actions
Bug #8414
closedDate field datepicker required validation wrong
Description
For date fields it outputs as 2 fields. 1 hidden, which will hold and submit the UTC value for storage, and 1 non-hidden for user selection. The hidden input has all the validation rules EXCEPT for the required validation class. This needs to be moved to the hidden input so all the validation is against that single element. Additionally the CB Validation behavior isn't highlighting the dropdown inputs or the non-hidden input in even of validation failure.
Actions