Skip to content

Commit

Permalink
Merge pull request #582 from vtex/fix/IRL-4.x
Browse files Browse the repository at this point in the history
Updated rules for Ireland.
  • Loading branch information
jeffersontuc committed May 29, 2024
2 parents 46370fe + 6f7fc22 commit 316fa30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
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

- Rules for Ireland.

## [4.24.0] - 2024-05-22

### Added
Expand Down
17 changes: 3 additions & 14 deletions react/country/IRL.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
name: 'number',
maxLength: 750,
label: 'number',
required: true,
required: false,
size: 'mini',
autoComplete: 'nope',
},
Expand Down Expand Up @@ -68,19 +68,8 @@ export default {
{
name: 'state',
maxLength: 100,
label: 'province',
required: true,
optionsCaption: '',
options: [
'Border',
'West',
'Mid-West',
'South-East',
'South-West',
'Dublin',
'Mid-East',
'Midlands'
],
label: 'county',
required: false,
size: 'large',
},
{
Expand Down

0 comments on commit 316fa30

Please sign in to comment.