-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Simple Textarea
- URL for category: https://tailwindcss.com/plus/ui-blocks/application-ui/forms/textareas
- Component name: Simple Textarea
Describe the bug
textarea elements must not be self-closed. This is not really a bug. But it's flagged as error by HTML parsers
To Reproduce
Steps to reproduce the behavior:
- Go to the Simple component in the Textareas page
- Click on 'Code' tab to view the code
- Scroll down to the textarea element in the code
- You can see that it's self-closed
There might be other places where the textarea element has been used and this mistake has been done.
Expected behavior
The textarea element must not be self-closed.
Metadata
Metadata
Assignees
Labels
No labels