- Notifications
You must be signed in to change notification settings - Fork909
Update index.html#440
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
set minimum input length for message to avoid message that is too short and cannot provide enough information
I can see the potential use-case, but why 40? Do people have issues with not enough being filled out? What if you just have a short legit message to send? Not sure. Might be worth seeing how browsers behave here too (it's best when doing validation on a form to communicate what a user needs to do to continue; not sure what html does here offhand, so I am legit curious...) |
set minimum input length for message to avoid message that is too short and cannot provide enough information