documentation icon indicating copy to clipboard operation
documentation copied to clipboard

📋 Official documentation

Results 67 documentation issues
Sort by recently updated
recently updated
newest added

Hi, Fix React Native documentation, because if you write `onChangeText={onChange}` your input was laggy. The correct code was `onChangeText={(value) => onChange(value)}`.

### Codesandbox/Expo snack https://github.com/nicitaacom/acc2-react_hook_form_with_useref ### Version Number 7.47.0 ### Steps to reproduce and reproduce example I tried do it with codesandbox but got 2 errors ![image](https://github.com/react-hook-form/react-hook-form/assets/39565703/426793cd-2d2e-48a7-b6f7-fe0caf6bbe10) It even don't let...

**Is your feature request related to a problem? Please describe.** Understanding how to build a modern form with React-Hook-Form and other tools in the ecosystem, including how to incorporate realistic...

When checking "A", "C", the controlled field will return `["a",null,"c"]` upon submit. https://react-hook-form.com/docs/usecontroller Code Sandbox: https://codesandbox.io/s/usecontroller-checkboxes-99ld4?file=/src/App.js I improved the example using `Set`: https://codesandbox.io/s/usecontroller-checkboxes-forked-dfxcln?file=/src/App.js Background issue: https://github.com/react-hook-form/react-hook-form/issues/476 I'm not sure whether...

In this section https://react-hook-form.com/advanced-usage#ControlledmixedwithUncontrolledComponents it says that MUI works only with Controlled components: ![image](https://github.com/react-hook-form/documentation/assets/19698636/f6c93e5d-e398-42e5-adce-9759455c1ce6) But immediately below the usage of MUI's `Input` with `{...register}` is presented (that is uncontrolled usage).

TS, Advanced, FAQs pages of the documentation web-site do not work

### Version Number 7.25.3 ### Codesandbox/Expo snack https://react-hook-form.com/docs/useform/unregister ### Steps to reproduce open it and try to check unregister but doesn't work ### Expected behaviour unregister method doesn't work ###...

I believe it would be beneficial if we had a translation for this documentation. React Hook Form is a globally used library. As a French developer, I have implemented React...

enhancement

https://stackoverflow.com/questions/71783177/remove-specific-style-from-tailwind-base The idea would be to start removing some of the global styling in layout.css and creating components using tailwind rather than CSS modules https://ui.shadcn.com/docs/components/ This can be done when...

Looks like when we migrate those page, edit button is missing ![image](https://github.com/react-hook-form/documentation/assets/10513364/2cd37f23-b9b7-4c45-b31b-57575d1c70c5)

bug