-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot add validation to the depend-on field #6326
Comments
Same in my app, rules set on field in dependsOn closure are not respected. |
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
Here is reproduction repo: https://github.com/webard/nova-issue-6326 , in Bug occurs when other fields is depend on Boolean field (Select works correctly, I didn't check all fields). |
Does |
@crynobone This worked. I'll close this issue.
|
I have this simple code that requires users to fill in the
billing_name
ifis_billing
is true.However, the validation is not working at all. I still can submit the form without filling in the
billing_name
whenis_billing
is checked.show()
still works.The text was updated successfully, but these errors were encountered: