From 3cdcdf57ce789b4ac42e4d0af2f0359bf58617ef Mon Sep 17 00:00:00 2001 From: Semigradsky Date: Tue, 5 Jul 2016 11:22:25 +0300 Subject: [PATCH] Fixed uncontrollable/controllable components in examples --- examples/custom-validation/app.js | 2 +- examples/dynamic-form-fields/app.js | 1 + examples/login/app.js | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) 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' ? ( - - + + );