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
There isn't an implementation for validate for emails, so although an empty string will be correctly filtered to null, it will validate as true, which is not desirable.
There isn't an implementation for
validate
for emails, so although an empty string will be correctly filtered tonull
, it will validate astrue
, which is not desirable.Repro code:
A solution for now is to use a chain, like so:
The text was updated successfully, but these errors were encountered: