From eda54f0a2802b3b33383d5b1e8dff30905a1b297 Mon Sep 17 00:00:00 2001 From: Stuart Yamartino Date: Tue, 24 Oct 2017 10:52:44 -0400 Subject: [PATCH] v0.0.6 --- README.md | 12 +++++++++--- bower.json | 2 +- dist/simple-react-validator.js | 11 +++++++++-- dist/simple-react-validator.min.js | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11b6bf7..6e7068f 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,26 @@ render: function() {
- {/* This is where the magic happens */} + + {/********** This is where the magic happens ***********/} {this.validator.message('title', this.state.title, 'required|alpha')} +
- {/* This is where the magic happens */} + + {/********** This is where the magic happens ***********/} {this.validator.message('email', this.state.email, 'required|email', 'text-danger')} +