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
The custom rules (i.e. UniqueRule()) is not receiving the validated value from the previous rule validation of the same row (if there are any), instead it receive the original value.
The custom rules (i.e. UniqueRule()) is not receiving the validated value from the previous rule validation of the same row (if there are any), instead it receive the original value.
Example:
Here, the UniqueRule() does not receiving the sanitized text value although it has a rule "sanitize:text" before the UniqueRule().
The text was updated successfully, but these errors were encountered: