Text
Renders a <textarea>
element.
@height
Sets the height of the textarea.
Example
<Form as |form|>
<form.Field @name="description" @title="Description" as |field|>
<field.Textarea @height={{120}} />
</form.Field>
</Form>
Renders a <textarea>
element.
Sets the height of the textarea.
Example
<Form as |form|>
<form.Field @name="description" @title="Description" as |field|>
<field.Textarea @height={{120}} />
</form.Field>
</Form>