We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Textarea component creates <input> element instead of <textarea>
Textarea
<input>
<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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
elementRimble UI Version
The text was updated successfully, but these errors were encountered: