We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c92e commit 1b9a0d9Copy full SHA for 1b9a0d9
README.md
@@ -76,11 +76,13 @@ static propTypes = {
76
submittingClassName: PropTypes.string,
77
styles: PropTypes.object,
78
iconStyles: PropTypes.object,
79
+ // start Passed in from the redux-form redux state
80
submitting: PropTypes.bool.isRequired,
81
submitFailed: PropTypes.bool.isRequired,
82
submitSucceeded: PropTypes.bool.isRequired,
83
invalid: PropTypes.bool.isRequired,
84
pristine: PropTypes.bool.isRequired,
85
+ // end
86
labelSubmitting: PropTypes.string,
87
labelSubmit: PropTypes.string,
88
labelUpdate: PropTypes.string,
0 commit comments