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

### Feature Description Google just published [Material Symbols](https://material.io/blog/introducing-symbols), a fresher version of material icons that's also packaged within a variable font, giving us designers & developers more fine-grained control over...

feature
P3
area: material/icon

#### Bug, feature request, or proposal Feature request #### What is the expected behavior? Select multiple cdkDrag elements e.g with a checkbox and drag them to a cdk-drop container. ####...

feature
P2
area: cdk/drag-drop

### Documentation Feedback Actualize "What we're working on now" section in README file. At present it is for Q4 2021. ![image](https://user-images.githubusercontent.com/13061803/190889127-ddb1d1fd-bce4-490e-bb6b-78a255b67436.png) ### Affected documentation page https://github.com/angular/components/blob/main/README.md

docs
needs triage

### Documentation Feedback There seems to be a mismatch between the name of a color palette in sections https://material.angular.io/guide/theming#using-a-pre-built-theme and https://material.angular.io/guide/theming#multiple-themes-in-one-file. In the first section, the name `bluegrey` is used...

docs
needs triage

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

needs triage

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

P3
area: material/select

### Feature Description I have a situation and I would like to know if there is a way to do it or something that supports it. Today I use mat-tab...

feature
needs: clarification

### Feature Description Add a new property named `count` or `selectionCount` to SelectionModel that returns the number of selected items. At the same time a `countChanged` event can be added....

feature
P4
area: material/core

#### What is the expected behavior? ".mat-chip-list-wrapper" should not catch click event #### What is the current behavior? When you click outside of the chips in the ".mat-chip-list-wrapper" container that...

P3
Accessibility
area: material/chips

### What are you trying to do? I setup the drag drop functionality for angular cdk and everything works fine functionality wise. But it throws this error `Unable to preventDefault...

P3
needs: clarification
troubleshooting