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 82035b5 commit 3cb306eCopy full SHA for 3cb306e
frontend/packages/pydantic-forms/src/core/hooks/usePydanticFormParser.tsx
@@ -45,7 +45,7 @@ const getPydanticFormField = (
45
requiredFields: string[],
46
formLabels?: Record<string, string>,
47
fieldDetailProvider?: PydanticFormsContextConfig['fieldDetailProvider'],
48
- isArrayItem: boolean = false,
+ isArrayItem: boolean = false, // Arrayitems should not have titles or descriptions. Their properties will have them instead
49
) => {
50
const options = getFieldOptions(propertySchema);
51
const fieldOptionsEntry = getFieldAllOfAnyOfEntry(propertySchema);
0 commit comments