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
-[Custom array field buttons](#custom-array-field-buttons)
61
61
-[Custom SchemaField](#custom-schemafield)
62
+
-[Customizing the fields and widgets](#customizing-the-default-fields-and-widgets)
62
63
-[Custom titles](#custom-titles)
63
64
-[Custom descriptions](#custom-descriptions)
64
65
-[Form data validation](#form-data-validation)
@@ -952,6 +953,49 @@ If you're curious how this could ever be useful, have a look at the [Kinto formb
952
953
953
954
Props passed to a custom SchemaField are the same as [the ones passed to a custom field](#field-props).
954
955
956
+
### Customizing the default fields and widgets
957
+
958
+
You can override any default field and widget, including the internal widgets like the `CheckboxWidget` that `ObjectField` renders for boolean values. You can override any field and widget just by providing the customized fields/widgets in the `fields` and `widgets` props:
You can provide your own implementation of the `TitleField` base React component for rendering any title. This is useful when you want to augment how titles are handled.
0 commit comments