You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fist, thank you so much for your awesome package, then, there is no option to add field of "Name" card holder,
When i am passing name="Eyab" on the i can see the name - but on the <CreditCardInput
autoFocus
style={s.cardInput}
onChange={setFormData}
onFocusField={setFocusedField}
labels={{
number: 'Card Number',
expiry: 'Expiry Date',
cvc: 'CVC',
name: 'Name on Card',
}}
/>
i can't see the name field here, after investigating the issue, and go inside the CreditCardInput labels are the ( number: 'CARD NUMBER',
expiry: 'EXPIRY',
cvc: 'CVC/CVV') without the name of the card - could you please check?
The text was updated successfully, but these errors were encountered:
Hi team,
Fist, thank you so much for your awesome package, then, there is no option to add field of "Name" card holder,
When i am passing name="Eyab" on the i can see the name - but on the <CreditCardInput
autoFocus
style={s.cardInput}
onChange={setFormData}
onFocusField={setFocusedField}
labels={{
number: 'Card Number',
expiry: 'Expiry Date',
cvc: 'CVC',
name: 'Name on Card',
}}
/>
i can't see the name field here, after investigating the issue, and go inside the CreditCardInput labels are the ( number: 'CARD NUMBER',
expiry: 'EXPIRY',
cvc: 'CVC/CVV') without the name of the card - could you please check?
The text was updated successfully, but these errors were encountered: