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
Due to my refactor of improve initial render (#490 (comment)) there is a bug which not revalidate the form (if the input is not part of the form render path).
This happens because I've removed the validate from the form's attachToForm method, because the test case was mistakenly tried to submit the form (which triggered re-validation).