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

Form validation #1216

Closed
ascobie opened this issue Mar 26, 2018 · 1 comment
Closed

Form validation #1216

ascobie opened this issue Mar 26, 2018 · 1 comment

Comments

@ascobie
Copy link
Member

ascobie commented Mar 26, 2018

There might be 2 issues here:

  1. If you set the value of a form input programmatically, and that value fails validation, then the validation error message only shows up after you touch the control manually, though the control is marked as red.
  2. The issue that I encountered yesterday was when you programmatically set the value of an input control that has async validation. It seems the that footer component of the complex form never gets updated from when the form goes from PENDING to VALID/INVALID.
@ascobie
Copy link
Member Author

ascobie commented Apr 12, 2018

closing this as "2" is no longer an issue and "1" is covered by: #1235

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

2 participants