Skip to content

Commit

Permalink
Removed inputMode to allow non-numeric Zip Codes (UK)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikevin127 committed Nov 26, 2024
1 parent 6990c38 commit 0e29ba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AddPaymentCard/PaymentCardForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ function PaymentCardForm({
label={translate('common.zip')}
aria-label={translate('common.zip')}
role={CONST.ROLE.PRESENTATION}
inputMode={CONST.INPUT_MODE.NUMERIC}
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
containerStyles={[styles.mt5]}
/>
Expand Down

0 comments on commit 0e29ba1

Please sign in to comment.