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
Text input's maxlength attribute is supported on most browsers but on most Android browsers, the additional characters get removed after input focus is lost (see https://caniuse.com/#search=maxleng ). This leads to "funny" behavior when typing very long strings, but really this is just a too-easy way to put unnecessarily load onto the server.