Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

required_if then another validation between, not working as expected. it just run the between validation even the value of isSignatory is not true #431

Open
glespinosa opened this issue Jul 9, 2021 · 0 comments

Comments

@glespinosa
Copy link

signatureImageId: {
name: 'required_if:isSignatory,true',
type: [
'required_if:isSignatory,true',
'regex:/(\jpeg|\png|\jpg)$/i',
],
size: 'required_if:isSignatory,true|between:0,4096',
},

@glespinosa glespinosa changed the title required_if then another validation between, not working as expected. it just run the between validation without looking for the required_if required_if then another validation between, not working as expected. it just run the between validation even the value of isSignatory is not true Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant