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
Form.View.Model does not seem to update state + errorTracking upon an invalid form validation.
I've been trying out this library and enjoy using it a lot. However, I'm unsure of the function of the errorTracking that comes with Form.View.Model? This is to propagate what fields in a form are invalid?
I tried out some of the provided examples, filling them out in an invalid way such that multiple field errors were displayed. However, the state of errorTracking becomes
Hi,
Form.View.Model
does not seem to updatestate
+errorTracking
upon an invalid form validation.I've been trying out this library and enjoy using it a lot. However, I'm unsure of the function of the
errorTracking
that comes withForm.View.Model
? This is to propagate what fields in a form are invalid?I tried out some of the provided examples, filling them out in an invalid way such that multiple field errors were displayed. However, the state of
errorTracking
becomesI.e.
showAllErrors
is switched fromFalse
=>True
butshowFieldError
remains empty, which seems like unexpected behaviour?Furthermore the
state
of theForm.View.Model
remainsIdle
rather thanError
. I would have expected thestate
to beError
?Am I misunderstanding the intended behaviour of these fields or is there a real bug?
The text was updated successfully, but these errors were encountered: