You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/docs/advanced-customization/custom-templates.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,7 +634,6 @@ The following props are passed to a custom field template component:
634
634
-`description`: A component instance rendering the field description, if one is defined (this will use any [custom `DescriptionFieldTemplate`](#descriptionfieldtemplate) defined in the `templates` passed to the `Form`).
635
635
-`rawDescription`: A string containing any `ui:description` uiSchema directive defined.
636
636
-`children`: The field or widget component instance for this field row.
637
-
-`hideError`: A boolean value stating if the field is hiding its errors.
638
637
-`errors`: A component instance listing any encountered errors for this field.
639
638
-`rawErrors`: An array of strings listing all generated error messages from encountered errors for this field.
640
639
-`help`: A component instance rendering any `ui:help` uiSchema directive defined.
0 commit comments