diff --git a/CHANGELOG.md b/CHANGELOG.md index 21646340..3ecaf830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/react/country/FRA.ts b/react/country/FRA.ts index e1294f53..012bd85d 100644 --- a/react/country/FRA.ts +++ b/react/country/FRA.ts @@ -31,7 +31,7 @@ const rules: PostalCodeRules = { size: 'xlarge', }, { - hidden: true, + hidden: false, name: 'number', maxLength: 750, label: 'number',