From 5deb7554c9b66da2ec366f94803afb9f06f09314 Mon Sep 17 00:00:00 2001 From: Semigradsky Date: Thu, 10 Sep 2015 15:30:01 +0300 Subject: [PATCH] Added description for `reset-values` example --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index c1bcebc..691cc4f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -30,3 +30,7 @@ If it is not helped try update your node.js and npm. 2. [**Custom Validation**](custom-validation) One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages. + +3. [**Reset Values**](reset-values) + + Reset text input, checkbox and select to their pristine values.