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 cbbed82 commit 036d6f9Copy full SHA for 036d6f9
1 file changed
packages/ra-ui-materialui/src/input/ArrayInput/SimpleFormIterator.stories.tsx
@@ -328,3 +328,12 @@ export const Large = () => (
328
</Edit>
329
</AdminContext>
330
);
331
+
332
+export const DisableAutoFocus = () => (
333
+ <Wrapper>
334
+ <SimpleFormIterator disableAutoFocus>
335
+ <TextInput source="name" />
336
+ <TextInput source="role" />
337
+ </SimpleFormIterator>
338
+ </Wrapper>
339
+);
0 commit comments