Bug Client side validation of DOB

There is a bug in this version
S

stromb0li

Guest
When requiring date of birth, the individual text fields do not have validation and will only return back invalid server side.

Expected behavior:
When arg-required="{{ true }}" is passed to xf:macro template="helper_user_dob_edit"; each xf:textbox should have required="required" added to help proactively catch validation errors.

Continue reading...