Skip to content

Commit

Permalink
Merge pull request #608 from vtex/fix/FRA-number-field
Browse files Browse the repository at this point in the history
Changed the rules for France (FRA) so the number field is shown to users.
  • Loading branch information
jeffersontuc committed Sep 19, 2024
2 parents 3f5455a + d139f12 commit bcb6f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Changed the rules for France (FRA) so the number field is shown to users.

## [3.37.0] - 2024-07-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/country/FRA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const rules: PostalCodeRules = {
size: 'xlarge',
},
{
hidden: true,
hidden: false,
name: 'number',
maxLength: 750,
label: 'number',
Expand Down

0 comments on commit bcb6f4b

Please sign in to comment.