You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes I have same issue on the latest v4.8.1, JsValidator acted really inconsistently I had no idea why, but after deep debugging I found out it was for this very same issue. Please any fix would be appreciated.
Subject of the issue
Rule::RequiredIf
was added in Laravel 6.x and can be used to provide more complex conditions than can be provided byrequired_if:
string syntax.https://laravel.com/docs/6.x/validation#rule-required-if
Your environment
Steps to reproduce
Expected behaviour
It should require an AJAX rule, it's not possible to do this on client side.
Actual behaviour
The rule always passes and is checked client side.
The text was updated successfully, but these errors were encountered: