components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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...
### 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...
### 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...
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...
#### 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...
### 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...
#### 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?...
#### 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...
Fixes that under some circumstances the `cdk-global-scrollblock` class was causing the body content to be clipped in the background. Fixes #15051.