Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with few invalid values #55

Open
6pm opened this issue Nov 19, 2019 · 0 comments
Open

Bug with few invalid values #55

6pm opened this issue Nov 19, 2019 · 0 comments

Comments

@6pm
Copy link

6pm commented Nov 19, 2019

How to reproduce:

  1. Set not valid card number(for ex. '4444')
  2. Switch to 'expiry' field and set invalid value(for ex. '1')
  3. Switch to 'cvc' field and set valid value.

Result

form is valid but card number and expiry date is not valid

Expected result

form should not be valid and error message that card number is not valid.

Possible solution

Check if all fields valid, not only current.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant