carbon-components-angular
carbon-components-angular copied to clipboard
An Angular implementation of the Carbon Design System for IBM.
On Safari, user is unable to select radio buttons using TAB key where as in chrome it is working fine.
We use `app-` prefixed components in storybook to work around limitations in storybook, we should call this out every time we use a demo component to reduce confusion. We should...
https://github.com/IBM/carbon-components-angular/blob/121c51204cdbdf7b58da22b248a506ce83b82429/src/table/table.component.ts#L176-L184 No functionality to set up the caption, aria-label and aria-describedby.
https://github.com/IBM/carbon-components-angular/blob/c689a0ae7c0a01ff8ab53edebd1706b9f6c35fff/src/ui-shell/header/header.component.ts#L27 `@Input() brand: string | TemplateRef = "IBM";` if brand is a template than aria-label announce [object Object] + name can be undefined.
https://github.com/IBM/carbon-components-angular/blob/c689a0ae7c0a01ff8ab53edebd1706b9f6c35fff/src/tabs/tab-headers.component.ts#L80 should be `[attr.tabindex]="(tab.active?-1:0)"`
## Detailed description > Describe in detail the issue you're having. The `ibm-pagination` component when given a higher than default `pageSelectThreshold` value stops rendering the down arrow for the page...
When I open a single-select combobox with `selectionFeedback: "fixed"` **I would like to focus on the selected element**, but the dropdown list displays only the beginning part of the list....
When I use a combobox component together with a dropdown component on the same page, I systematically get a console warning `Found 2 elements with non-unique id #dropdown-...`. Seems like...
## Combobox Component: add support to display a different value on select ## Detailed description > Feature Request > ComboBox component > Select an item from the dropdown -> combobox...
## Detailed description > Describe in detail the issue you're having. The icons of SideNavItem instances that are children of a SideNavMenu don't seem to be visible > Is this...