-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Text input-field max length #499
Comments
On all pages? Is there any specification as to what the error message should look like? Should the user be "physically" unable to enter more characters or is it enough if the error message shows the moment the user tries to save the data? |
What about password fields? Enforcing the limit there would make the application less secure. |
@jak-ing user should not be able to input more than 100 characters in one-line input. |
Every text input-field should accept max 100 characters. It applies only for 1-line text input-fields.
If user tries to enter more than 100 characters, the validation system should show matching error message.
The text was updated successfully, but these errors were encountered: