I have tried to limit number of rows in textarea to 4 but its giving error
Message: Array to string conversion
this is my code of textarea using helper class
$textarea_options = array('class' => 'form-control','rows' => 4, 'cols' => 40);
echo form_textarea('vc_desc', set_value('vc_desc'), $textarea_options);