Added description for `reset-values` example

This commit is contained in:
Semigradsky 2015-09-10 15:30:01 +03:00
parent 5c350d73f5
commit 5deb7554c9
1 changed files with 4 additions and 0 deletions

View File

@ -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.