Actions
Bug #8182
closedRepeat date fields required validation doesn't block form submit
Description
When repeating a date field the empty value behavior doesn't trigger the required validation. This might be an issue in the jQuery of the date fields as they may not be rebinding completely correctly, could be an issue in field groups not properly checking that validation rule, or could be a problem in CBs validation jQuery thinking the field was already validated. Profile submit still blocks it however so it's mostly a cosmetic problem.
Actions