-
Notifications
You must be signed in to change notification settings - Fork 26
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
React select styling issue with large values #4802
Comments
robinmolen
added
bug
Something isn't working
triage
Issue needs to be validated. Remove this label if the issue considered valid.
labels
Oct 30, 2024
joeribekker
removed
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Nov 4, 2024
robinmolen
added a commit
that referenced
this issue
Nov 6, 2024
robinmolen
added a commit
that referenced
this issue
Nov 6, 2024
The .catalogi-type-option span element is only needed for the dropdown menu, not when it is the selected value. So the element should only be added when it's used in the dropdown menu. This also solves some styling issues when the content is beyond the max size of the ReactSelect
robinmolen
added a commit
that referenced
this issue
Nov 6, 2024
9 tasks
9 tasks
robinmolen
added a commit
that referenced
this issue
Nov 7, 2024
The .catalogi-type-option span element is only needed for the dropdown menu, not when it is the selected value. So the element should only be added when it's used in the dropdown menu. This also solves some styling issues when the content is beyond the max size of the ReactSelect
robinmolen
added a commit
that referenced
this issue
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Product versie / Product version
3.0.0-alpha.0
Customer reference
No response
Omschrijf het probleem / Describe the bug
When the ReactSelect has a large value selected, the help icon will be pushed away. I think the element containing the selected value doesn't have a max-width, and just grows outside the ReactSelect element.
Stappen om te reproduceren / Steps to reproduce
No response
Verwacht gedrag / Expected behavior
No response
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: