carbon-components-angular icon indicating copy to clipboard operation
carbon-components-angular copied to clipboard

An Angular implementation of the Carbon Design System for IBM.

Results 286 carbon-components-angular issues
Sort by recently updated
recently updated
newest added

Closes IBM/carbon-components-angular#2181 * Migrates to compodoc * Adds missing stories * Integrates compodoc with storybook * Updates storybook to latest version * Adds plugin to detect accessibility issues faster *...

`shouldShowScrollbar` uses `scrollHeight` to determine whether the modal content is scrollable or not. The problem is that `scrollHeight` returns a rounded value, and its implementation (round up or down) is...

## Detailed description > Form control element has no associated label for element ibm-tooltip-definition > button (This button HTML is dynamically generated and not editable) > Is this a feature...

accessibility
component: Tooltip

## Detailed description We're trying to enable a secure CSP header and remove the ability to run inline JS. This is a security requirement. `href="'javascript:void(0)"` is considered inline JS and...

Closes #2185 Set default aria-label for breadcrumb nav #### Changelog **New** * add new `BREADCRUMB` key in `en.ts` file. * Set default `aria-lable` for breadcrumb component. **Before** **After**

## [Tab Component Exception]: Tab throws ExpressionChangedAfterItHasBeenCheckedError when using a boolean to conditionally render the tab > Describe in detail the issue you're having. Using any boolean to conditionally render...

## Title line template: [Tooltip]: Brief description Input property `align` is missing options such as 'top-left', 'top-right', 'bottom-right', 'bottom-left' etc are missing in CodeSnippet Input properties such as `enterDelayMs` and...

## Detailed description carbon-components-angular has peer dependency with carbon-component v10 In package.json "carbon-components": "^10.0.0" Is the latest version compatible with carbon-components v11?

Closes #2182 Closes #2217 Set focus on table header button on sorting Fix tab focus on table header with sort button #### Changelog **Changed** * Set focus on table header...

The datatable header with sort button is not behaving properly when it get tab focus. The focus outline is not covering full button.