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
When using Validation::createIsValidCallable(), the validator is created in ConstraintValidatorFactory with new $class() so it incorrectly emits the deprecation The "loose" mode is deprecated even though the constraint is correctly configured with HTML5 mode.
There is a workaround available for Validation::createValidatorBuilder() (added in #48644), but not for Validation::createIsValidCallable().