Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
tobek opened this issue Jul 2, 2020 · 0 comments
Open

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

tobek opened this issue Jul 2, 2020 · 0 comments

Comments

@tobek
Copy link

tobek commented Jul 2, 2020

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)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant