We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d12c26 + b750002 commit 8eec7a1Copy full SHA for 8eec7a1
packages/ra-ui-materialui/src/form/SimpleForm.tsx
@@ -36,7 +36,7 @@ import CardContentInner from '../layout/CardContentInner';
36
* <Create {...props}>
37
* <SimpleForm>
38
* <TextInput source="title" />
39
- * <TextInput source="teaser" options={{ multiLine: true }} />
+ * <TextInput source="teaser" options={{ multiline: true }} />
40
* <RichTextInput source="body" />
41
* <DateInput label="Publication date" source="published_at" defaultValue={new Date()} />
42
* </SimpleForm>
0 commit comments