We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b99ff commit 9fc3975Copy full SHA for 9fc3975
src/forms/Form.jsx
@@ -70,6 +70,7 @@ Form.defaultProps = {
70
cancelLabel: 'Cancel',
71
customValidation: false,
72
submitLabel: 'Submit',
73
+ onChange: () => {},
74
transform: (data) => data,
75
};
76
0 commit comments