Replies: 1 comment
-
here is a relevant feature request: #5744 (which you could upvote) personally I think it's easier to implement such a state at your app (field) level. |
Beta Was this translation helpful? Give feedback.
0 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.
-
So, I've been trying to a form with loading states for my async validations. But I can only know if the whole form is validating and not just the fields that are being validated still, for example, the async validations take more time to validate so the input in those situations should have a loading state.
It would be awesome to have a
isValidating
object like thedirtyFields
, something likevalidatingFields
that would have all the fields still being validated 😄PS: If there is another way of doing this I'm all 👂 👂
Beta Was this translation helpful? Give feedback.
All reactions