Skip to content

Commit

Permalink
Remove hidden value for postalCode
Browse files Browse the repository at this point in the history
Remove hidden value for postalCode, so the field is shown in the Checkout UI
  • Loading branch information
rbussola authored Jun 21, 2024
1 parent 4e00626 commit f6ce5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/country/ARE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const rules: PostalCodeRules = {
size: 'medium',
},
{
hidden: true,
name: 'postalCode',
maxLength: 50,
label: 'postalCode',
Expand Down

0 comments on commit f6ce5ab

Please sign in to comment.