Textarea with max_length

edited September 2016 in Bug Reports
Hi,
I am trying to add a textarea with a max_length attribute to my simple module, but the maxlength attribute isn't rendered into the textarea...

This should be possible... maxlength is a standard attribute for a textarea...

$fields["text"] = array('type' => 'textarea', 'max_length' => 10, 'class' => 'no_editor', 'rows' => 3);

Comments

Sign In or Register to comment.