<md-input-container class="md-block" style="margin-bottom: 6px;">
<label style="font-size: 14px; font-weight: 400; line-height: .75;">
Message
</label>
<textarea ng-model="formData.message"
md-maxlength="10" rows="5"
md-select-on-focus="">
</textarea>
</md-input-container>
Hi,I have a textarea where I am trying to set a max limit to ten characters say. But md-maxlength is not working
You can find the demo - https://plnkr.co/edit/jyRIABUKlNexmvQEUiIn?p=preview
Thanks :)