SherylHohman / ReactND-C3-Project2-Readable

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Form submission canceled because the form is not connected #59

Closed SherylHohman closed 6 years ago

SherylHohman commented 6 years ago

Occurs when click

SherylHohman commented 6 years ago

https://github.com/erikras/redux-form/issues/2679#issuecomment-286153902: (note: added a space to html tags, so they would render as text/code instead of computing it's html value)

That's pretty strange. My guess is that you have:

'''< button onClick={this.handleCancel}>Cancel< /button>''' and it should be

'''< button type="button" onClick={this.handleCancel}>Cancel< /button>''' ^^^^^^^^^^^^^ I think that most browsers default a