components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 743 components issues
Sort by recently updated
recently updated
newest added

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

P2
area: material.angular.io

### Feature Description Currently, the best solution I've found is to override: `::ng-deep .mat-mdc-tab-body-wrapper { flex-grow: 1; }` See this [reproduction](https://stackblitz.com/edit/1kawpj?file=src%2Fexample%2Ftab-group-basic-example.html,src%2Fexample%2Ftab-group-basic-example.scss). If `flex-grow: 1` was added to the body wrapper...

feature
P4

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? Yes ### Description Clicking on a radio button now persists the...

P3
area: material/radio

### Feature Description On every Angular Material project I've worked on, our accessibility team has flagged that the `mat-hint` disappears when `mat-error` appears. To be accessible, it is required that...

P2
area: material/form-field

#### Reproduction When using the `matTooltip` screen readers confused about the landmark and duplicate the announcement (e.g. main, list, group etc.). This can make a lot of confusion for visually...

P3
Accessibility
area: material/tooltip

### Documentation Feedback Add documentation to material.angular.io to list the tokens that our components expose. #### Design There are still some open questions that the team should discuss. - Should...

needs: discussion
docs
M3

### Feature Description Add a Sass function to our components theming API which allows users to alter the tokens map in a theme config. This design satisfies the following pain...

feature
area: theming
M3

### 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: clarification
area: material/form-field

Material Design spec says that all touch targets much be at least 48x48. mat-checkbox, mat-radio-button, and mat-slide-toggle are only 20x20 (with no label). The slider thumb is also too small....

P3
Accessibility
target: major
area: many

#### Reproduction Example to reproduce issue https://material.angular.io/cdk/tree/examples Steps to reproduce: Inspect the leaf node of cdk-tree from dev tools ![image](https://user-images.githubusercontent.com/10588778/108089207-32526800-702e-11eb-8efd-1bce319ea144.png) Based on [W3.org aria practices for tree view](https://www.w3.org/TR/wai-aria-practices-1.1/#TreeView), it mentions...

P3
Accessibility
area: cdk/tree