Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Number of rows is not being applied to textarea #6961

Closed
1 task done
niamhmadden24 opened this issue Sep 17, 2024 · 2 comments · Fixed by #6976
Closed
1 task done

Number of rows is not being applied to textarea #6961

niamhmadden24 opened this issue Sep 17, 2024 · 2 comments · Fixed by #6976

Comments

@niamhmadden24
Copy link

Description

I am adding a number of rows to a textarea however this is not making the textarea bigger

Reproduction

https://stackblitz.com/edit/parsium-carbon-starter-7zwgav?file=src%2FApp.tsx

Steps to reproduce

No response

JIRA ticket numbers (Sage only)

No response

Suggested solution

No response

Carbon version

142.9.1

Design tokens version

No response

Relevant browsers

Chrome

Relevant OSs

MacOS

Additional context

No response

Confidentiality

  • I confirm there is no confidential or commercially sensitive information included.
@niamhmadden24 niamhmadden24 added Bug triage Triage Required labels Sep 17, 2024
@nicktitchmarsh
Copy link
Contributor

We think there is an issue using Rows and Expandable props together.

FE-6810

@nicktitchmarsh nicktitchmarsh added On Backlog Squad Nebula and removed triage Triage Required labels Sep 17, 2024
DipperTheDan added a commit that referenced this issue Sep 20, 2024
…pandable prop are used together

This fix ensures that when the `rows` prop and `expandable` prop are used simultaneously, the
textarea component renders with the correct height.

fixes #6961
carbonci pushed a commit that referenced this issue Sep 26, 2024
### [142.11.8](v142.11.7...v142.11.8) (2024-09-26)

### Bug Fixes

* **textarea:** ensure that correct height is applied when rows and expandable prop are used together ([835fac8](835fac8)), closes [#6961](#6961)
@carbonci
Copy link
Collaborator

🎉 This issue has been resolved in version 142.11.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants