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
The card number, expiry date etc. are all number fields with a counter. This is not the right type of input. I think you need type=textand then restrict the input to numbers only, but there may be a better solution
The text was updated successfully, but these errors were encountered:
At https://github.com/FAC9/ux-ui-project/blob/master/public/visa-payment-page.html
The card number, expiry date etc. are all number fields with a counter. This is not the right type of input. I think you need
type=text
and then restrict the input to numbers only, but there may be a better solutionThe text was updated successfully, but these errors were encountered: