This question already has an answer here:
How can I set the maxlength
in a textarea
? And why maxlength
is not working properly in textarea
?
This question already has an answer here:
How can I set the maxlength
in a textarea
? And why maxlength
is not working properly in textarea
?
try this
For me works really perfect without jumping/showing additional characters; works exactly like maxlength on input
As I said in a comment to aqingsao's answer, it doesn't quite work when the
textarea
has newline characters, at least on Windows.I've change his answer slightly thus:
Now when I try to paste a lot of data in with newlines, I get exactly the right number of characters.
simple way to do maxlength for textarea in html4 is:
Change the "100" to however many characters you want