-
Notifications
You must be signed in to change notification settings - Fork 31
feat: add abbreviations to SelectDropdown, fixed grouped select + formatting issues #3167
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
Conversation
View your CI Pipeline Execution ↗ for commit 3b333d5
☁️ Nx Cloud last updated this comment at |
packages/gamut/src/Form/__tests__/SelectDropdownGrouped.test.tsx
Outdated
Show resolved
Hide resolved
packages/styleguide/src/lib/Atoms/FormInputs/SelectDropdown/SelectDropdown.stories.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed that the Icon example in SB strips away the icon in the Input after selecting an option.
Left some thoughts and a question that I'm curious about — if you'd rather these can be fast follows instead (or declined suggestions lol)
Nice work on fixing SelectDropdown!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on those items so quickly! The small size works great and I can no longer click/remove on a disabled dropdown.
As far as I can tell the dropdown works as expected everywhere else but I am not testing groups
// We only update this when our passed in options or value changes, not multiValues. | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [value]); | ||
}, [options, value]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works great 🙇 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
🚀 Styleguide deploy preview ready! |
📬Published Alpha Packages:@codecademy/[email protected] |
Overview
Adds abbreviation to SelectDropdown and misc fixes such as static height + text truncation, fixed grouped select option selection, multi-select tag formatting issues, and added overall better docs, organization, and tests
PR Checklist
Testing Instructions
PR Links and Envs