forms - HTML5 textarea character limit attribute -
is there html5 attribute set maximum amount of characters in textarea or other form?
want yes/no answer not other method using javascript.
yup, maxlength works still: http://jsfiddle.net/xhqsb/1/ (demo has textarea , input type of text)
beware easy client bypass these restrictions, if submitting data form, have server-side script check length of submitted data.
Comments
Post a Comment