Validation helpers!
My thought is to eventually be able to manage validation with a config like so:
const validation = { fieldName1: { required: true, allowedValues: [ '1', '2', '3' ] } }
This could be a fantastic opportunity to use Hapi's Joi on the front-end
Validation helpers!
My thought is to eventually be able to manage validation with a config like so:
const validation = { fieldName1: { required: true, allowedValues: [ '1', '2', '3' ] } }This could be a fantastic opportunity to use Hapi's
Joion the front-end