react-form-validation
react-form-validation copied to clipboard
Object like errors information
Right know to get the object from errors classes we need to use this code
error = errors.get("email")
it will be great if we can fetch the error using object method like
error = errors.email
or
error = errors[email]