diff --git a/CHANGELOG.md b/CHANGELOG.md index 313c6a9a..ca1f7eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Belgium ('BEL') country rules. +- Netherlands ('NDL') country rules. ## [3.34.11] - 2023-10-18 diff --git a/react/country/NLD.ts b/react/country/NLD.ts index 363f99a0..ae35ddb6 100644 --- a/react/country/NLD.ts +++ b/react/country/NLD.ts @@ -36,7 +36,6 @@ const rules: PostalCodeRules = { label: 'number', required: false, size: 'mini', - autoComplete: 'nope', }, { name: 'complement',