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: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -694,6 +694,8 @@ The following props are passed to a custom field template component:
694
694
-`readonly`: A boolean value stating if the field is read-only.
695
695
-`displayLabel`: A boolean value stating if the label should be rendered or not. This is useful for nested fields in arrays where you don't want to clutter the UI.
696
696
-`fields`: An array containing all Form's fields including your [custom fields](#custom-field-components) and the built-in fields.
697
+
-`schema`: The schema object for this field.
698
+
-`uiSchema`: The uiSchema object for this field.
697
699
-`formContext`: The `formContext` object that you passed to Form.
698
700
699
701
> Note: you can only define a single field template for a form. If you need many, it's probably time to look at [custom fields](#custom-field-components) instead.
0 commit comments