Skip to content

Commit 3ce87dc

Browse files
committed
Added subscription to renderer-api props.
1 parent e507b71 commit 3ce87dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-renderer-demo/pages/renderer/renderer-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Form Renderer provides a lot of customization via props.
3838
|initialValues|object|An object of fields names as keys and values as their values.||
3939
|schemaType|one of `['mozilla', 'miq', 'default']`|Data driven forms includes two basic parsers: mozilla and manageiq service dialogs.|'default'|
4040
|showFormControls|bool|You can disable showing form buttons. Use it with wizard component which has its own buttons.|true|
41+
|subscription|object|You can pass your own [subscription](https://final-form.org/docs/react-final-form/types/FormProps#subscription), which will be added to default settings.|`{ pristine: true, submitting: true, valid: true }`|
4142
|uiSchema|object|Use when you need to use mozilla schema.|{ }|
4243
|<RouterLink href="/renderer/validators"><Link>validate</Link></RouterLink>|func|A function which receives all form values and returns an object with errors.||
4344

0 commit comments

Comments
 (0)