field state regardless of dirtiness #9099
Unanswered
DPflasterer
asked this question in
General
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
getFieldState.invalid returns false if a field has not yet been dirtied. In most cases this is exactly what I want. But in some cases I just want to know if an input with a default value is valid or not.
Is there any way to determine the fieldState validity regardless of it being touched/dirtied yet?
Beta Was this translation helpful? Give feedback.
All reactions