I want to set maximum length to the textarea. I am using following code for the same,but it is not working,
This works for Ruby on Rails :
:maxlength => "10"
code example:
<%= text_area 'order', 'special_instructions_display', :size => "85x7", :maxlength => "10" %>