x
1
2
3
4
5
6
<div class="c-textarea">
<label for="short_story" class="c-input__label">Short Story</label>
<p class="c-input__sub-label">Enter an entire short story.</p>
<textarea aria-invalid="false" aria-required="true" class="c-input__control" id="short_story" name="short_story" value="This is a slightly unusual request,” said Dr. Wagner, with what he hoped was commendable restraint. “As far as I know, it's the first time anyone's been asked to supply a Tibetan monastery with an Automatic Sequence Computer. I don't wish to be inquisitive, but I should hardly have thought that your — ah — establishment had much use for such a machine. Could you explain just what you intend to do with it?”">
This is a slightly unusual request,” said Dr. Wagner, with what he hoped was commendable restraint. “As far as I know, it's the first time anyone's been asked to supply a Tibetan monastery with an Automatic Sequence Computer. I don't wish to be inquisitive, but I should hardly have thought that your — ah — establishment had much use for such a machine. Could you explain just what you intend to do with it?”</textarea>
</div>
1
render(Textarea::Component.new(attributes:, id:, label:, name:, required:, sub_label:, type:, value:))
Param Description Input

Additional attributes for the textarea as a key/value hash.

The ID attribute for the textarea.

The label for the textarea.

The name attribute for the textarea.

Is the textarea required?

A descriptive sub-label for the textarea.

Value for the selected checkbox.