-
Notifications
You must be signed in to change notification settings - Fork 83
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
Select component does not expand to show all of singular-item multi-line content #6939
Closed
1 task done
Labels
Comments
FE-6799 |
edleeks87
added a commit
that referenced
this issue
Oct 4, 2024
…ption Ensures that SelectList height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
edleeks87
added a commit
that referenced
this issue
Oct 4, 2024
Updates Option interface to allow `value` and `text` to be optional to allow users to compose `children` for complex layouts. This ensures that `SelectList` height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
edleeks87
added a commit
that referenced
this issue
Oct 4, 2024
Updates Option interface to allow `value` and `text` to be optional to allow users to compose `children` for complex layouts. This ensures that `SelectList` height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
edleeks87
added a commit
that referenced
this issue
Oct 4, 2024
Updates Option interface to allow `value` and `text` to be optional to allow users to compose `children` for complex layouts. This ensures that `SelectList` height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
edleeks87
added a commit
that referenced
this issue
Oct 8, 2024
Updates Option interface to allow `value` and `text` to be optional to allow users to compose `children` for complex layouts. This ensures that `SelectList` height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
edleeks87
added a commit
that referenced
this issue
Oct 9, 2024
Updates Option interface to allow `value` and `text` to be optional to allow users to compose `children` for complex layouts. This ensures that `SelectList` height is set relatively when a custom option is passed as child so that there is no overflow fix #6939
carbonci
pushed a commit
that referenced
this issue
Oct 14, 2024
🎉 This issue has been resolved in version 143.0.1 🎉 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
Description
We have multiple locations in our code where a multiple-line message is given: or just that in one language it becomes longer and multi-line. If a Box is used to provide a singular React node component child: the Select option is only the height of a singular line and does not expand to fit the content given: requiring a scrollbar to be used.
When these components were first written (years ago): this worked as expected.
Reproduction
https://stackblitz.com/edit/parsium-carbon-starter-4wxr6b?file=src%2FApp.tsx
Steps to reproduce
No response
JIRA ticket numbers (Sage only)
SBS-108085
Suggested solution
No response
Carbon version
"latest" in stackblitz"
Design tokens version
No response
Relevant browsers
Chrome
Relevant OSs
MacOS
Additional context
No response
Confidentiality
The text was updated successfully, but these errors were encountered: