Open imorland opened 3 years ago
When trying to use a mailto:someone@domain.com link, this fails validation due to the validator checking inputs are urls only.
mailto:someone@domain.com
url
I believe this should be replaced by a custom validator to allow both url and mailto: links.
mailto:
Issue reported here
When trying to use a
mailto:someone@domain.com
link, this fails validation due to the validator checking inputs areurl
s only.I believe this should be replaced by a custom validator to allow both
url
andmailto:
links.Issue reported here