I want to set maximum length to the textarea. I am using following code for the same,but it is not working,
When the answer of Darin Dimitrov was posted back in 2010, the maxlength attribute wasn't implemented apparently.
maxlength
Right know, in 2018, it is.
Sources
Example
Without maxlength With maxlength="10"