How to use the crizmas-form.validation.validate function in crizmas-form

To help you get started, we’ve selected a few crizmas-form examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github gothinkster / crizmas-mvc-realworld-example-app / src / js / controllers / user.js View on Github external
export const getUsernameValidator = () => validation.validate(User.validateUsername);
github gothinkster / crizmas-mvc-realworld-example-app / src / js / controllers / user.js View on Github external
export const getPasswordValidator = () => validation.validate(User.validatePassword, {events: ['blur']});

crizmas-form

Form tools used in conjunction with the crizmas-mvc framework.

MIT
Latest version published 3 years ago

Package Health Score

42 / 100
Full package analysis