Skip to content

Commit b080c33

Browse files
committed
[Doc] Add screencast for EditInDialogButton in ReferenceManyField documentation
1 parent b288883 commit b080c33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ReferenceManyField.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ In these cases, use [the `<ReferenceOneField>` component](./ReferenceOneField.md
351351

352352
To allow users to create or edit a record without leaving the current view, use the [`<CreateInDialogButton>`](./CreateInDialogButton.md) or the [`<EditInDialogButton>`](./EditInDialogButton.md) component.
353353

354+
<video controls autoplay playsinline muted loop>
355+
<source src="https://react-admin-ee.marmelab.com/assets/ra-form-layout/latest/InDialogButtons.mp4" type="video/mp4" />
356+
Your browser does not support the video tag.
357+
</video>
358+
354359
{% raw %}
355360
```jsx
356361
import { Edit, SimpleForm, TextInput, ReferenceManyField, WithRecord, Datagrid } from 'react-admin';

0 commit comments

Comments
 (0)