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.
2 parents 1a0e70e + 0097c11 commit b8582bdCopy full SHA for b8582bd
1 file changed
packages/react/src/auto/AutoForm.ts
@@ -41,7 +41,7 @@ type AutoFormPropsWithoutChildren = {
41
children?: never;
42
43
/** The title at the top of the form. False to omit */
44
- title?: string | false;
+ title?: string | false | null;
45
46
/** The label to use for the submit button at the bottom of the form */
47
submitLabel?: ReactNode;
0 commit comments