Skip to content

Commit

Permalink
Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
WiXSL committed Sep 22, 2022
1 parent c021049 commit 94836c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ import { FormDataConsumer } from 'react-admin';
);
```

**Important**: By default `react-hook-form` submits values of unmounted components, so if you don't want this behaivour you can set `shouldUnregister` prop to `true` in the form
**Important**: By default `react-hook-form` submits values of unmounted input components, so if you don't want this behaivour you can set `shouldUnregister` prop to `true` in the form

```diff
import { FormDataConsumer } from 'react-admin';
Expand Down

0 comments on commit 94836c1

Please sign in to comment.