- Status changed to Active
almost 2 years ago 2:21pm 9 February 2023 - Status changed to Postponed: needs info
almost 2 years ago 11:17pm 10 February 2023 - 🇺🇸United States jrockowitz Brooklyn, NY
Please post an example webform which can be used to reproduce this issue.
- Status changed to Active
almost 2 years ago 12:51pm 10 March 2023 - 🇺🇸United States jrockowitz Brooklyn, NY
The attached webform replicates this issue. I am not sure what is the root cause.
I am moving this to webform 6.2.x
- 🇬🇧United Kingdom mashraf Berkshire
Managed to get it to work by adding
required
class to the element which is inside the container.Full webform source:
name: '#type': name '#title': Name '#title__required': true '#first__required': true '#middle__access': false '#last__required': true '#suffix__access': false '#degree__access': false address: '#type': address '#title': Address '#address__required': true '#city__required': true '#state_province__access': false confirm_email_outside_container_: '#type': email_confirm '#title': 'Confirm Email (Outside Container)' '#required': true '#required_error': 'Confirm Email (Outside Container) is required' '#confirm__title': 'Confirm Email (Outside Container)' what_language_badge_would_you_like_: '#type': radios '#title': 'What language badge would you like?' '#options': English: English Cymraeg: Cymraeg '#required': true '#required_error': 'This is a required field' container: '#type': container '#states': visible: ':input[name="what_language_badge_would_you_like_"]': value: Cymraeg email: '#type': email_confirm '#title': 'Email (inside container)' '#required': true '#required_error': 'Email address is required' '#attributes': class: - required '#confirm__title': 'Confirm your email (inside container)'
I will review the fix and see best options to add this to the module.
- Status changed to Closed: outdated
25 days ago 8:52pm 23 November 2024 - 🇺🇸United States jrockowitz Brooklyn, NY
Marking outdated due to lack of progress. This feels like an edge case issue