allcount / allcountjs

Rapid application development framework for Node.js
http://allcountjs.com
MIT License
403 stars 88 forks source link

Invalid email() field saved as blank without message #138

Open silvafj opened 8 years ago

silvafj commented 8 years ago

When using email() field, if a wrong value is input and saved, it will be set as blank. Instead, it's more useful to validate and provide an error message so the user has the ability to correct the field before saving.