components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 1047 components issues
Sort by recently updated
recently updated
newest added

#### Bug, feature request, or proposal: When a chip [1] is removed via keyboard, screen reader doesn't announce it [1] https://material.angular.io/components/chips/overview #### What is the expected behavior? When a chip...

P3
a11y
G
area: material/chips

#### What is the expected behavior? Setting "[selectable]=false" on a mat-chip-list causes the chip to not be selectable via either the mouse or keyboard. #### What is the current behavior?...

P3
has pr
area: material/chips
Fixed in MDC

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/build-tooling](https://togithub.com/angular/dev-infra-private-build-tooling-builds) | devDependencies | digest | `3069be8` -> `65f8e00` | | [@angular/ng-dev](https://togithub.com/angular/dev-infra-private-ng-dev-builds) |...

target: patch
area: build & ci

Hydration was disabled for `mat-autocomplete`, `mat-menu` and `mat-select`, even though it currently seems to work. These changes enable it to allow for better initial performance.

P3
target: patch

### Feature Description ### Feature Description The CdkVirtualForOf Directive in the "@angular/cdk/scrolling" module does not implement the ng-template context guard, as it is done at the *ngFor Structual Directive in...

feature
P3
help wanted
area: cdk/scrolling

The drop list has some logic that prevents auto-scrolling when the container isn't scrollable. It didn't account for RTL which meant that, even though the rest of the logic works...

P2
target: patch

#### Bug, feature request, or proposal: Currently the parse and display format of a datepicker can only be set before runtime by providing them with ```provide: MAT_DATE_FORMATS, useValue: MY_DATE_FORMATS```. As...

feature
P3
area: material/datepicker

Fixes that the sidenav was disabling hydration. This is problematic, because it essentially disables hydration for the entire app that is using the sidenav. The hydration errors had a couple...

P2
target: patch
merge: preserve commits
area: build & ci

### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 16...

P3
area: material/datepicker

#### Please describe the feature you would like to request. Add cdkResize (along with cdkResizeHandle) to the CDK to allow resizing of elements such as divs or any other element....

feature
P4
area: new