Skip to content

Commit

Permalink
fixing geolocation rules for number field
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev committed Jul 14, 2023
1 parent c6dae11 commit 6b2befe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions react/country/VIR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ const rules: PostalCodeRules = {
required: false,
},

number: {
valueIn: 'long_name',
types: ['street_number'],
required: false,
notApplicable: true,
},

street: {
valueIn: 'long_name',
types: ['route'],
Expand Down

0 comments on commit 6b2befe

Please sign in to comment.