Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 30fb4b9

Browse files
committed
Local Form should accept partial models, will investigate
1 parent 6df9d82 commit 30fb4b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guides/local.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ The `<LocalForm>` component takes all the [props from the `<Form>` component](..
3838

3939
### Notes
4040
- `redux` and `react-redux` _are_ still required as peer dependencies. This just allows you to not have to set up the boilerplate; e.g., the store and reducers.
41-
- `<LocalForm>` does not accept partial models. Instead of `model=".name"`, you can use `model="local.name"`.
4241
- As with any React component, whenever the `<LocalForm>` is unmounted, the component's internal state is _gone_. This can be desirable (or undesirable) depending on your use case, so take this into consideration.
4342
- Just like with `<Form>`, the props `onSubmit` and `onSubmitFailed` will work as expected.
4443

0 commit comments

Comments
 (0)