Skip to content

Commit 036d6f9

Browse files
committed
add mui story
1 parent cbbed82 commit 036d6f9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/ra-ui-materialui/src/input/ArrayInput/SimpleFormIterator.stories.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,12 @@ export const Large = () => (
328328
</Edit>
329329
</AdminContext>
330330
);
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

Comments
 (0)