-
Notifications
You must be signed in to change notification settings - Fork 198
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
Large (quiet?) dropdowns do not look good #477
Comments
JIRA issue created: https://jira.corp.adobe.com/browse/SDS-4901 |
Yeah, React Spectrum specifically overrides that particular default behavior because it was considered backwards-incompatible to have a shifty quiet Dropdown, adding the |
Wait, I see what you mean -- there is an override happening when using the multi-stop strategy that causes that dropdown to get way too wide. That's an easy fix, thanks for the report! |
Description
Dropdowns don't behave very well at large sizes.
Steps to reproduce
Expected behavior
Additional context
There is a class called "react-spectrum-Dropdown-flexible" which fixes the default spectrum behavior. While that's nice and all, it seems to me the fix should be in the core Spectrum CSS. 😉
The text was updated successfully, but these errors were encountered: