Skip to content

Commit

Permalink
adjust default country rule
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmaselli committed Aug 2, 2024
1 parent 57075a4 commit b966cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]

### Added
- required prop for postalCode at the default, DNK, FIN, GIB, LTU and SWE country rules.
- required prop for postalCode at DNK, FIN, GIB, LTU and SWE country rules.
- required prop for emirates at ARE country rule.
- placeholder prop empty for default country rule.

## [4.24.6] - 2024-07-15

Expand Down
2 changes: 1 addition & 1 deletion react/country/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default {
name: 'postalCode',
maxLength: 50,
label: 'postalCode',
required: true,
size: 'small',
autoComplete: 'nope',
placeholder: '',
postalCodeAPI: false,
},
{
Expand Down

0 comments on commit b966cd1

Please sign in to comment.