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

v 4.59.1 current release there's a different implementation for theme light between dropdown and combobox Is it possible to align them so that combobox has the same implementation https://github.com/IBM/carbon-components-angular/blob/53c31d3a92af2fd5e45fa107ebdb23d7ec99c069/src/dropdown/dropdown.component.ts#L678 https://github.com/IBM/carbon-components-angular/blob/53c31d3a92af2fd5e45fa107ebdb23d7ec99c069/src/combobox/combobox.component.ts#L812...

Hacktoberfest
component: Dropdown
component: Combobox

## Detailed description > Describe in detail the issue you're having. I'm putting a `div` in `ibm-label` (which itself contains a `textarea` input). Based on what I see [here](https://github.com/IBM/carbon-components-angular/blob/master/src/input/label.component.ts#L162-L169), this...

### Package carbon-components ### Browser Chrome ### Operating System MacOS ### Package version https://angular.carbondesignsystem.com/?path=/story/components-structured-list--with-selection ### React version angular ### Automated testing tool and ruleset n/a ### Assistive technology keyboard ###...

accessibility
Hacktoberfest

## Detailed description Users have been reporting that the "Select All" checkbox function in table only selects the records from the page they are in. Steps: 1. User opens an...

## Detailed description > Describe in detail the issue you're having. As per the IBM accessibility core considerations, content can be zoomed up to 400 % without horizontal scroll bars...

## Detailed description This is related to the \ element inside the ui-shell. **What currently gets rendered in the DOM:** **What needs to get rendered instead:** **Problem:** \ element between...

accessibility

I am unable to disable combobox using form control name Below is how I am using combobox ``` ``` In component: ``` this.sampleForm = fb.group( idtype: [{value: '', disabled: true}],...

## Detailed description > Describe in detail the issue you're having. > Is this a feature request (new component, new icon), a bug, or a general issue? bug > Is...

released on @latest

## Detailed description Due to an invalid check in file uploader's `value` setter, ControlValueAccessor's `onChange` callback is never invoked. This prevents users of the file uploader component to leverage all...