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

Validation not returning correct valid poperty #84

Open
florianbepunkt opened this issue Nov 23, 2016 · 1 comment
Open

Validation not returning correct valid poperty #84

florianbepunkt opened this issue Nov 23, 2016 · 1 comment

Comments

@florianbepunkt
Copy link

I run with your example and added a console.log to helper text to log self.refs.registrationForm.refs.first_name

Steps to reproduce:

  • Enter some text in first name field
  • Delete the text (so field is empty). Validation Error should show now. Valid property of field is set to false.
  • Enter text again. When you enter text second time, the valid property stays false… validationErrors array is updated. Expected behaviour would be, that valid property is true again.
@florianbepunkt
Copy link
Author

created a PR to fix it #85

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

Successfully merging a pull request may close this issue.

1 participant