-
Notifications
You must be signed in to change notification settings - Fork 159
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(language-selector): update language selector to use select #4335
fix(language-selector): update language selector to use select #4335
Conversation
Deploy preview created for package Built with commit: d75f8d79304968452af48086e9085702bafbd6bf |
Deploy preview created for package Built with commit: d75f8d79304968452af48086e9085702bafbd6bf |
@kennylam Re tested on the new PR link, above issue is fixed, Working fine now. But new issue is found, Expected: Provide label for the dropdown using html label tag or aria label |
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!
Looks like Praveen has some feedback.
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!
Related Ticket(s)
#4330, #4331
Description
This change adds Carbon's
Select
component for the footer language selector in mobile/tablet breakpoints. Desktop views will continue to useComboBox
.Changelog
Changed
Footer
language selector now uses Carbon'sSelect
instead ofComboBox
for mobile/tablet breakpoints