components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 966 components issues
Sort by recently updated
recently updated
newest added
trafficstars

Screen readers announce the selected value multiple times. NVDA e.g. reads "Favorite food Pizza Pizza combobox Pizza collapsed". 1. First, the Screen Reader (SR) reads the value of the label...

#### Reproduction Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-6qr4ut?file=angular.json Steps to reproduce: 1. Type a valid date in the box starting with '0' (zero) 2. Wihtout blur start to delete...

P3
help wanted
forms
good first issue
area: material/datepicker

### 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: cdk/drag-drop

### 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

For both `MdSelect` and `MdAutocomplete`, the initial render of the component (in the closed state) is very slow even though the panels are closed. We should ensure that any work...

P2
perf
G
area: material/autocomplete
area: material/select

#### Bug, feature request, or proposal: With latest release, mat-form-field support was added for mat-select. But it introduced performance issues when we have multiple select lists (5-8). When we use...

P3
perf
area: material/select

### Description I created a table with multiple headers, after set some columns to sticky i had a gap between one of my columns, it happens if you use multiple...

needs triage

#### Bug: When using mat-nested-tree-node with a nested datasource if you add a child to an existing parent it does not update the view. #### What is the expected behavior?...

P4
area: material/tree

#### Reproduction https://angular-components-8057.stackblitz.io (updated to 9.2.4) Steps to reproduce: 1. Navigate to "Page" and the table view is destroyed immediately. #### Expected Behavior Table should remain in DOM until animations...

P4
area: material/table

Fixes that under some circumstances the `cdk-global-scrollblock` class was causing the body content to be clipped in the background. Fixes #15051.

P3
merge ready
target: patch