-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(ListBox): enable drawer animation #5810
fix(ListBox): enable drawer animation #5810
Conversation
This change adds was-missing animation to list boxes' drawers. Fixes carbon-design-system#2697.
Deploy preview for carbon-elements ready! Built with commit c63c08d |
Deploy preview for carbon-components-react ready! Built with commit c63c08d https://deploy-preview-5810--carbon-components-react.netlify.com |
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.
the drawer open and close animations are now visible in all listbox components. looks good to me pending visual review
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.
looks good
This change adds was-missing animation to list boxes' drawers. Fixes carbon-design-system#2697. Co-authored-by: TJ Egan <tw15egan@gmail.com>
This change adds was-missing animation to list boxes' drawers. Fixes #2697. Co-authored-by: TJ Egan <tw15egan@gmail.com>
Should we be setting |
See #5949 |
(Please use gear icon - "Hide whitespace changes" for reviewing)
This change adds was-missing animation to list boxes' drawers.
Fixes #2697.
Changelog
New
Testing / Reviewing
Testing should make sure
<ComboBox>
,<Dropdown>
,<MultiSelect>
are not broken.