forms
forms copied to clipboard
*feature* add integration with node-validator
The library node-validator has many advantages that can be use in your forms.
Firstly, it has so much more validations than 'forms'.
Secondly, it provides a lot of sanitization functions that can be help to work with the data in the forms.
https://github.com/chriso/node-validator
:+1: I think that would be great!
There's nothing preventing you from using https://github.com/chriso/validator.js inside a custom validator - how would you expect the integration to work?
:thumbsup: on this too. https://github.com/chriso/validator.js is a highly active and battle-tested validation library. i just ran into this forms library and it's exactly what I was looking for. I'll play with integration of node-validator in a few perhaps and see the feel.