Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update admin/customize.md
Co-Authored-By: Alan Poulain <[email protected]>
  • Loading branch information
dunglas and alanpoulain authored Sep 20, 2019
commit 301527cafbf63899e5dd2c9eb94df9e149720db1
2 changes: 1 addition & 1 deletion admin/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default () => (
);
```

In addition to the `<InputGuesser>` component, [all React Admin Input components](https://marmelab.com/react-admin/Inputs.html) can be passed as children of `<ShowGuesser>`.
In addition to the `<InputGuesser>` component, [all React Admin Input components](https://marmelab.com/react-admin/Inputs.html) can be passed as children of `<EditGuesser>`.

For instance, using an autocomplete input is straightforward, [checkout the dedicated documentation entry](handling-relations-to-collections.md#using-an-autocomplete-input)!

Expand Down