diff --git a/examples/custom-validation/app.js b/examples/custom-validation/app.js index f0a4a6b..15f4e02 100644 --- a/examples/custom-validation/app.js +++ b/examples/custom-validation/app.js @@ -71,7 +71,7 @@ const DynamicInput = React.createClass({ return (
- + {errorMessage}
diff --git a/examples/dynamic-form-fields/app.js b/examples/dynamic-form-fields/app.js index 9549c4a..2159788 100644 --- a/examples/dynamic-form-fields/app.js +++ b/examples/dynamic-form-fields/app.js @@ -23,6 +23,7 @@ const Fields = props => { field.type === 'input' ? ( - - + + );