We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcdbdf commit ce33414Copy full SHA for ce33414
packages/ra-ui-materialui/src/input/ArrayInput/ArrayInput.stories.tsx
@@ -62,14 +62,14 @@ const BookEdit = () => {
62
}}
63
>
64
<SimpleForm>
65
- <FormInspector />
66
<TextInput source="title" />
67
<ArrayInput source="authors">
68
<SimpleFormIterator>
69
<TextInput source="name" />
70
<TextInput source="role" />
71
</SimpleFormIterator>
72
</ArrayInput>
+ <FormInspector />
73
</SimpleForm>
74
</Edit>
75
);
@@ -89,6 +89,7 @@ const FormInspector = () => {
89
</div>
90
91
};
92
+
93
export const Basic = () => (
94
<React.StrictMode>
95
<TestMemoryRouter initialEntries={['/books/1']}>
0 commit comments