Skip to content

Commit

Permalink
Merge pull request #30745 from dukenv0307/fix/30693
Browse files Browse the repository at this point in the history
Only search USA address in address form
  • Loading branch information
puneetlath authored Nov 3, 2023
2 parents 232dd19 + 2be9040 commit 2c61a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/AddressForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function AddressForm(props) {
hint={props.translate('common.noPO')}
renamedInputKeys={props.inputKeys}
maxInputLength={CONST.FORM_CHARACTER_LIMIT}
isLimitedToUSA
/>
</View>
<TextInput
Expand Down

0 comments on commit 2c61a0d

Please sign in to comment.