We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myfield: type: text pattern: url # pattern: email <-- also doesn't work
Both patterns url or email are not working, when used the pattern is never matched
url
email
Example:
However it does seem that regular expressions work
The text was updated successfully, but these errors were encountered:
hi @eduardomart, the pattern should be an actual regular expression. In that case, it matches "url" and "email" literally.
Sorry, something went wrong.
Okay, so it is not meant to work as it did in v3 and/or is described in the docs?
I-Valchev
Successfully merging a pull request may close this issue.
Both patterns
url
oremail
are not working, when used the pattern is never matchedExample:
![Screen Shot 2020-09-02 at 4 55 18 PM](https://user-images.githubusercontent.com/1833020/92049683-f0fc2380-ed3f-11ea-96c8-41bb0b962874.png)
However it does seem that regular expressions work
The text was updated successfully, but these errors were encountered: