Skip to content

textarea elements must not be self closed #1769

@gaurahari-dasa

Description

@gaurahari-dasa

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:

  1. Go to the Simple component in the Textareas page
  2. Click on 'Code' tab to view the code
  3. Scroll down to the textarea element in the code
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions