-
Notifications
You must be signed in to change notification settings - Fork 156
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(combobox): fix import path for some bundlers #11639
fix(combobox): fix import path for some bundlers #11639
Conversation
### Related Ticket(s) Closes #11268 [Jira ticket](https://jsw.ibm.com/browse/ADCMS-4401) ### Description Fixes accessibility issues with Combo-box, and by extension Dropdown. Used both React package (which uses [Downshift](https://www.downshift-js.com/)), and [ARIA APG](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) as references. Tested with VoiceOver on Mac OS. ### Testing * Use both dropdown and combo-box components. Ensure there are no regressions for sighted users * Using a screenreader, test both dropdown and combo-box components. Should work well. See [Select-Only Combobox Example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/) and [Editable Combobox With List Autocomplete Example](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/) are great reference examples. * Regression test the Multi select component (it extends the Dropdown component) ### Changelog **Changed** - Improved dropdown and combo-box accessibility. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Deploy preview created for package Built with commit: f7f77bf510ac18a10c95eb2c608485778fd259b7 |
Deploy preview created for package Built with commit: f7f77bf510ac18a10c95eb2c608485778fd259b7 |
Deploy preview created for package Built with commit: f7f77bf510ac18a10c95eb2c608485778fd259b7 |
Deploy preview created for package Built with commit: f7f77bf510ac18a10c95eb2c608485778fd259b7 |
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.
👏
5c491a0
into
carbon-design-system:main
…m#11639) Closes carbon-design-system#11635 Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers. **Changed** - Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Hey there! This issue/pull request was referenced in recently released v2.6.0. |
…m#11639) ### Related Ticket(s) Closes carbon-design-system#11635 ### Description Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers. ### Changelog **Changed** - Adds the file extension to the import path for `lit/directives/if-defined.js` to fix issues with some bundlers. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Closes #11635
Description
Adds the file extension to the import path for
lit/directives/if-defined.js
to fix issues with some bundlers.Changelog
Changed
lit/directives/if-defined.js
to fix issues with some bundlers.