Skip to content

Commit

Permalink
Changed the rules for France (FRA) so the number field is shown to us…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
kaio-donadelli committed Sep 13, 2024
1 parent 3f5455a commit d139f12
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 d139f12

Please sign in to comment.