Textarea

Renders a text area input field

Attribute Type Documentation Default Value
id :string
name :any
value :any
error :boolean false
disabled :boolean false
error_message :string
class :string
placeholder :string "Type..."
required :any
field %FormField{} a form field struct retrieved from the form, for example: @form[:email]
rest :global