-
Hello, i think it would be great to add isLoading variable in the formState object. this variable is combination from isValidating and isSubmitting, so we can prevent user from changing any input if isLoading is true, and we can provide faster feedback to user if the submit button clicked (normally, the loading indicator will show when isSubmitting true because isValidating happen so fast, but in the certain condition, isValidating is taking some time, this cause user click submit button twice or more) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you use |
Beta Was this translation helpful? Give feedback.
-
I don't think the combined |
Beta Was this translation helpful? Give feedback.
I don't think the combined
boolean
is with it to extend the RHF API surface like that