Skip to content

Textarea component creates <input> element instead of <textarea> #451

@tobek

Description

@tobek

Describe the bug

Textarea component creates <input> element instead of <textarea>

To Reproduce

Using following example code from https://rimble.consensys.design/components/rimble-ui/Textarea

<Textarea placeholder="Start typing..." rows={4} />

the resulting HTML is:

<input placeholder="Start typing..." rows="4" height="auto" color="text" font-size="1rem" class="Box__StyledBox-ha1bw0-0 Input__StyledInput-vwozih-0 koSlV">

Expected behavior

It should be a <textarea> element

Rimble UI Version

  • 0.14.0 (latest)

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