components
components copied to clipboard
Component infrastructure and Material Design components for Angular
before:  after: 
#### Reproduction Steps to reproduce: 1. Follow documentation https://material.angular.io/guide/creating-a-custom-form-field-control to create custom MatFormFieldControl with ControlValueAccessor 2. Use it in Reactive Form (with some other simple fields) 3. Try to save...
#### Reproduction https://stackblitz.com/edit/angular-ivy-qak45m?file=src%2Fapp%2Fapp.component.ts **Steps to reproduce:** 1. Select multiple items in the MatSelect and see selected items listed below 2. Click on the item/items to remove them from the form...
The CDK Table will detect changes in rows based on a differ which is based on the `trackBy` input function. https://github.com/angular/components/blob/4152aec5d421d993246b1ede3803027082330492/src/cdk/table/table.ts#L517-L519 This is fine when actual data changes but it...
How to Reproduce: - Take the first example from https://material.angular.io/cdk/scrolling/examples open it in stackblitz an display 1 Mio instaed of 100,000 - Scroll down to the end. The last item...
### 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 v13...
#### Bug, feature request, or proposal: Bug. I don't think it is working like that on purpose. #### What is the expected behavior? Date picker uses provided en-GB LOCALE_ID for...
#### Bug, feature request, or proposal: Bug #### What is the expected behavior? There should be ability to override ErrorStateMatcher for the whole application #### What is the current behavior?...
#### Feature Description If a `` is set to its minimum value, it adds a special class (`.mat-slider-min-value`) that changes the styling of the slider thumb. It would be useful...