Skip to content

Commit 8eec7a1

Browse files
authored
Merge pull request #6004 from WiXSL/simpleform-jdocs
Fix SimpleForm JDocs
2 parents 6d12c26 + b750002 commit 8eec7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/form/SimpleForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import CardContentInner from '../layout/CardContentInner';
3636
* <Create {...props}>
3737
* <SimpleForm>
3838
* <TextInput source="title" />
39-
* <TextInput source="teaser" options={{ multiLine: true }} />
39+
* <TextInput source="teaser" options={{ multiline: true }} />
4040
* <RichTextInput source="body" />
4141
* <DateInput label="Publication date" source="published_at" defaultValue={new Date()} />
4242
* </SimpleForm>

0 commit comments

Comments
 (0)