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
However this does not work. I just type characters like and I receive an issue, that the field does not fullfil the pattern, even though it should work fine -> so a False Positive.
However, it works fine, when I do not use the pattern variable, but fails with it. I also tried to use numeric and then type e.g. 12345, which did not work neither.
Any idea? (I tried on Edge)
The text was updated successfully, but these errors were encountered:
JANHMS
changed the title
Bug - pattern does reject incorrectly
Bug - pattern input does reject incorrectly
Jan 26, 2023
JANHMS
changed the title
Bug - pattern input does reject incorrectly
Bug - pattern does reject input incorrectly
Jan 26, 2023
And what was the false-positive input which you were typing?
"alphanumeric" is only alphabetical letters & numbers. Not < or < characters,
so an input such as the one you have mentioned above - <12345> should be marked as invalid,
as can be seen in this project's demo page:
Thanks for creating this tool. I copied the .js file and included it in my HTML script:
I was trying to use it in my HTML code like so:
However this does not work. I just type characters like and I receive an issue, that the field does not fullfil the pattern, even though it should work fine -> so a False Positive.
However, it works fine, when I do not use the
pattern
variable, but fails with it. I also tried to usenumeric
and then type e.g. 12345, which did not work neither.Any idea? (I tried on Edge)
The text was updated successfully, but these errors were encountered: