Closed davidhagg closed 6 years ago
Would you like to submit a PR if you know the fix?
I can give it a try, but I'm not sure if I know the fix
found the issue, if the submit button has a name property name="submit"
it does not work in Firefox. Removed that property and it now works!
Nice! That's an interesting caveat.
The Problem
I've got a form setup that works just fine in Chrome and Edge, but in Firefox it throws an error.
this._node.submit = this.handleSubmit;
in form-component.js
Steps to Reproduce
I've setup a store with combineForms in conjunction with combineReducers. My form is pretty simple:
Expected Behavior
No error and rendered as it should
Actual Behavior
An error is shown TypeError: "submit" is read-only