TextArea - attribute
tKanashiro opened this issue · 3 comments
tKanashiro commented
Describe the bug
I'm using informed in Typecript project, and it's complaining the type for rows
doesn't exist in <TextArea />
props.
All props listed inside interface InputHTMLAttributes
is fine, but it's not the same for the ones listed inside interface HTMLTextAreaElement
.
Please see the link and image below.
To Reproduce
https://codesandbox.io/s/crimson-butterfly-wkzvlx?file=/src/App.tsx
abelmark commented
I'm trying to push a fix for this, but am getting permission denied... @joepuzzo 👀
joepuzzo commented
Make a PR for it
joepuzzo commented
Remember this is an Open Source Package not in teslas internal git. You need to fork it like any other user and then make PR from your fork