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
Describe the bug
The validation error is always triggered when use required_with[] check
The validation error is always triggered when use matches[] check
Describe the bug
The validation error is always triggered when use required_with[] check
The validation error is always triggered when use matches[] check
CodeIgniter 4 version
alpha-5
Affected module(s)
Form Validator
Reproduce the behavior
my rules :
"password_confirm": "The password_confirm field is required when password is present."
remove the require_check[]
"password_confirm": "The password_confirm field does not match the password field."
my validations_rules are in my model. everything seems to work exept this one.
Context
The text was updated successfully, but these errors were encountered: