Textarea

Methods

->rows(int $rows)

Initial number of rows, the textarea is resizable.

->placeholder(string $placeholder)

Add a placeholder attribute to the textarea.

->required()

Add the required attribute to the textarea.

Last updated