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
I'm trying to have an optional field that if it's set, I want to make sure it's a URI, but if it's missing or empty, I want to allow it, so I set my validation and message in the following way
I'm trying to have an optional field that if it's set, I want to make sure it's a URI, but if it's missing or empty, I want to allow it, so I set my validation and message in the following way
However it's not allowing for empty string, how can this be achieved?
The text was updated successfully, but these errors were encountered: