I am trying to limit the number of characters a user types in a textarea field using Formtastic, but cannot find any documentation on how to do this. HTML5 textarea supports maxlength
Here is my code:
$ <% = f.input: about_me ,: as =>: text%>
Thanks:)
user1847224
source share