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