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.