I have textarea
with maxlength
attribute i.e. maxlength="20"
. After entering 10 ENTER keys it stops entering any characters while maxlength is 20 in CHROME BROWSER. If you want to test this issue then open here and hit ENTER key 10 times.
<textarea row="10" cols="10" maxlength="20"></textarea>
Note: Enter characters with ENTER key and see.