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

onValidation should include the value that was validated #352

Open
job13er opened this issue Feb 6, 2017 · 0 comments
Open

onValidation should include the value that was validated #352

job13er opened this issue Feb 6, 2017 · 0 comments

Comments

@job13er
Copy link
Contributor

job13er commented Feb 6, 2017

Since validation is an asynchronous action, there's no guarantee that the most recently received onValidation call corresponds to the most recently received onChange call. In practice, that may be true, but if one of the onValidation calls takes longer than another, it's possible that they could get out of sequence.

We should include a copy of the value that was validated as part of the ValidationResult object passed to onValidation.

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

No branches or pull requests

1 participant