Skip to content

Commit

Permalink
fix required attribute on custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeveleigh committed Sep 18, 2024
1 parent 6eac653 commit d58a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/_components/app/address-fields.twig
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
type: 'text',
placeholder: customField.placeholder,
value: address ? address[customField.handle] : '',
required: customField.required,
required: customField.layoutElement.required,
errors: errors[customField.handle] ?? []
} %}

Expand Down

0 comments on commit d58a11e

Please sign in to comment.