You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields the helper supports are: _labelAfter, _divClass, _labelClass, _label, _info, _inputClass, and _help
This does not include things like rows or maxlength etc.
Because the maxlength and data tags cannot be defined, the helper cannot be used in conjunction with the Character Counter in assets-frontend.
The text was updated successfully, but these errors were encountered:
callumcodes
changed the title
Textarea helper does not support settings of HTML standard fields.
Textarea helper does not support setting of HTML standard tags.
Jun 2, 2016
When using the textArea helper it is not possible to set the tags laid out in its specification.
The fields the helper supports are:
_labelAfter
,_divClass
,_labelClass
,_label
,_info
,_inputClass
, and_help
This does not include things like
rows
ormaxlength
etc.Because the
maxlength
anddata
tags cannot be defined, the helper cannot be used in conjunction with the Character Counter in assets-frontend.The text was updated successfully, but these errors were encountered: