andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Enter key currently submits form #8

Closed andrewhathaway closed 9 years ago

andrewhathaway commented 9 years ago

When focussed on an input, the enter key will submit the form (expected behaviour). However, if you have disabled submissions this should not be the case. It also submits the form on a panel that does not have a submission action, it should attempt to follow the action (IE: Next/Submit button click).