Merge pull request #34 from sjm42/textarea

Textarea
This commit is contained in:
Raphaël Thériault 2022-02-17 22:48:17 -08:00 committed by GitHub
commit 9bfc19f8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
id="texts-contents"
class="form-input"
placeholder="Hello, World!"
rows="20"
required
></textarea>
</div>