DEV Community

Discussion on: Using React Hook Form with react-native - Part II (pre-filled values & conditional fields)

Collapse
 
matthewdshepherd profile image
matthewdshepherd

Hi there! I am building a similar form with the exception of keeping the Submit button disabled until the required fields meet the criteria I have set for them. I have been using isValid from formState. It all works until I try and reset the form, all of which resets except, isValid showing an enabled submit button Do you have any thoughts on that?