- Issue created by @lexbritvin
- Status changed to Closed: duplicate
3 months ago 3:57pm 6 August 2024
When I have Clientside Validation (clientside_validation) module enabled and have a required attribute on the phone field, clientside validation is not triggered.
1. Install clientside_validation
2. Create a custom form with a phone field and some other required fields
#type => phone_international,
#required => true,
3. Try to submit the form without filling any fields
Expected result
All fields are highlighed
Actual result:
Phone field is not highlighed until real submission.
We need to proxy required attribute to subfields in order to be picked up by clientside_validation
Closed: duplicate
3.3
Code