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

remove tabindex=-1 from mat-drawer when in mode="side" so that the mat-drawer container it is not focusable by mobile screen readers such as TalkBack Before Screencast: https://screencast.googleplex.com/cast/NTYzNjAxNjE0Nzc5MTg3MnwzOGVlNmNmZC1jYQ After Screencast: https://screencast.googleplex.com/cast/NDg5NzA2MTg1NzEzMjU0NHxjZTcyZGY5MS04OA fixes...

area: material/sidenav
dev-app preview
requires: TGP

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

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

P3
area: cdk/tree

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

### Documentation Feedback Drag and Drop docs should make note of `cdkScrollable` and how they interact to solve common problems. 5 years old and I just now found out about...

P2
docs

### Feature Description It doesn't exactly make sense to allow subtitle-text-color in the override but not title... Wouldn't we want the title to match the rest of the custom M3...

feature
P2

### Feature Description Currently slider component has hard-coded height of 48px. In our app we need 34px height (we are replacing jquery slider control with material slider). We cannot simply...

feature
P3

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

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

P4

fixes when `MatRadioGroup` is set to be required it was setting all of its `MatRadioButton` to be required as-well which is confusing for assistive technologies, this commit ensures we only...

area: material/radio