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
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.
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.
The text was updated successfully, but these errors were encountered:
There might be 2 issues here:
The text was updated successfully, but these errors were encountered: