flex-form-hook-helpers
v1.0.0
Published
Some helpers for flex-form-hook
Downloads
5
Maintainers
Readme
API
Table of Contents
isRequired
This function check if a value exist or not.
Parameters
messagestring (optional, default'Field is required.')
Returns Function returns another function which check if the value exists.
isEmail
This function check if an email is correct or not.
Parameters
messagestring (optional, default'Email is not valid.')
Returns Function returns another function which check if email is correct.
