diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0b5bc1..4891aef3 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. + ## [4.25.2] - 2024-09-18 ### Added @@ -20,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Logic to validate if a country should use Number Keyboard (shouldShowNumberKeyboard). - ## [4.25.0] - 2024-09-13 ### Fixed diff --git a/react/country/FRA.js b/react/country/FRA.js index bf834da4..380a6280 100644 --- a/react/country/FRA.js +++ b/react/country/FRA.js @@ -30,7 +30,7 @@ export default { size: 'xlarge', }, { - hidden: true, + hidden: false, name: 'number', maxLength: 750, label: 'number',