formal-react-forms
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -136,3 +136,6 @@ | ||
}; | ||
return (React.createElement("form", null, children({ | ||
return (React.createElement("form", { onSubmit: function (event) { | ||
event.preventDefault(); | ||
handleFormSubmit(); | ||
} }, children({ | ||
values: formData, | ||
@@ -139,0 +142,0 @@ onChangeValues: onChangeValues, |
{ | ||
"name": "formal-react-forms", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "The most sophisticated form state wrapper for React", | ||
@@ -5,0 +5,0 @@ "author": "bmullis", |
Sorry, the diff of this file is not supported yet
8328
153