Skip to content
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

Open
zhamanakov opened this issue Jan 31, 2018 · 4 comments
Open

Text input-field max length #499

zhamanakov opened this issue Jan 31, 2018 · 4 comments

Comments

@zhamanakov
Copy link

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.

@JakobEdding
Copy link
Member

JakobEdding commented Feb 5, 2018

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?

@JakobEdding
Copy link
Member

JakobEdding commented Feb 5, 2018

Just checked it out, default error message would look like this, I guess that's fine?
image

@JakobEdding JakobEdding self-assigned this Feb 5, 2018
@JakobEdding
Copy link
Member

JakobEdding commented Feb 5, 2018

What about password fields? Enforcing the limit there would make the application less secure.

@zhamanakov
Copy link
Author

@jak-ing user should not be able to input more than 100 characters in one-line input.

@JakobEdding JakobEdding removed their assignment Feb 5, 2018
@zhamanakov zhamanakov added ready and removed ready labels Feb 5, 2018
@JakobEdding JakobEdding added ready and removed ready labels Feb 5, 2018
@zhamanakov zhamanakov removed the ready label Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants