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/react-renderer-demo/src/pages/renderer/form-template.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,13 @@ import { FormTemplate } from ‘@data-driven-forms/pf4-component-mapper’
61
61
|Prop|Type|Description|Default|
62
62
|----|:--:|----------:|------:|
63
63
|buttonClassName|string|Class which will be given to the buttons wrapper.|{ }|
64
-
|buttonsLabels|object|You can specify custom labels for all three form buttons.|`{submit: 'Submit', cancel: 'Cancel', reset: 'Reset'}`|
65
64
|buttonOrder|array of strings|You can specify the order of the form buttons.|`[ 'submit', 'reset', 'cancel' ]`|
65
+
|cancelLabel|node|Label for cancel button.|'Cancel'|
66
66
|canReset|bool|Show/hide reset button.|false|
67
67
|disableSubmit|array of strings|You can specify a form attributes (see [here](https://final-form.org/docs/final-form/types/FormState)) which will make the submit button disabled. |[]|
68
+
|resetLabel|node|Label for reset button.|'Reset'|
68
69
|showFormControls|bool|You can disable showing form buttons. Use it with wizard component which has its own buttons.|true|
70
+
|submitLabel|node|Label for submit button.|'Submit'|
0 commit comments