Posts
Members
Info
Re-use a form in another form
Hey guys, i have an issue with my RHF project. I created a big form (with a submit button), in which i use another form i previously created (basically the component is a list with a "add' button, which raises a form with a submit button also). In my case, when i validate my…
0
4
Behavior of setValue is inconsistent
Example: https://codesandbox.io/embed/react-hook-form-formstate-dirty-touched-submitted-4truq When you have nested values, calling setValue this way does not dirty the form: You need to call it like: …
0
4
Controller sending in default onBlur
Hi, Will Controller send the default onBlur method of react-hook-form to the component enclosed in "as"? In that case, how can we avoid it and send undefined instead? Because I don't want the onBlur function from react-hook-form to be triggered. I'm using V5.
0
16
useFieldArray Watch
Hi, Below is the scenario. If I have a text fields and dropdown in the field array and I want to know the all dropdown values upon any dropdown change in the array, what is the better approach? I see the docs say 'watch' is not recommended, is there any way I can get the values.
0
3
Hello, How to get an input field when the user selects “Other” in a dropdown
I have a select input if user select other it should get an input field and make this input is register and the select DropDown is unregister
0
1
working example of react-hook-form with jest and enzyme
Hi I couldn't find a single working example of react-hook-form with jest and enzyme and can't use react-testing-library Can anyone help me here
0
1