.. include:: /Includes.rst.txt .. _feature-82704: ============================================================================ Feature: #82704 - Add readonly and required attributes to TextareaViewHelper ============================================================================ See :issue:`82704` Description =========== The view helper `f:form.textarea` now supports the attributes `readonly` and `required`. Impact ====== The attributes `readonly` and `required` may be set by using the `f:form.textarea` view helper. Example: .. code-block:: html .. index:: Fluid