components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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...
### 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? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was pre...
### 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...
### 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...
### 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 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...
### 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...
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...