Thursday, November 21, 2019

usability - Character limits on textarea fields - pros and cons and best practices?


Some of our form fields have character limits. We're debating whether we should reflect the current size of data entry, or to simply hard-limit and inhibit data entry beyond that size.


In HTML, simple elements can have a maxlength attribute that inhibits further entry, but