TextArea default height #1569
-
Hey, all! We're running the latests However, when we go to implement it, it defaults to I've double-checked any cascading styles, tried it outside of our current page, and copy-pasted code snippets directly from the docs and it stays at Is this expected? If so, how do we visually distinguish a "text area" form field from an "input" form field, especially when the Happy to share more details as needed, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Hi @HartiganHM. That looks like a tricky one. Sorry for the troubles. I just setup a CodeSandbox using TextArea and it looks like its showing the height as expected: https://codesandbox.io/s/solitary-microservice-7tv7l?file=/src/index.tsx. Can you share any other information about your implementation so we can help troubleshoot. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @HartiganHM. That looks like a tricky one. Sorry for the troubles. I just setup a CodeSandbox using TextArea and it looks like its showing the height as expected: https://codesandbox.io/s/solitary-microservice-7tv7l?file=/src/index.tsx.
Can you share any other information about your implementation so we can help troubleshoot. Thanks!