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
Strings with leading or trailing whitespace are pass validation.
Such behavior is present on all inputs. Even on input with custom regexp, for example, data-validation-regexp="^(\w+)$".
This is your demo:
And this is my input with data-validation="custom" data-validation-regexp="^(\w+)$":