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

In Angular 15, if a component is provided with OverlayContainer and overridden to use it as a custom container element, individual overlay elements are not rendering inside the container (),...

P3
troubleshooting
area: cdk/overlay
area: material/dialog

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

P4
area: material/tabs
area: many

#### Bug, feature request, or proposal: Feature request #### What is the use-case or motivation for changing an existing behavior? Popovers are not part of the current material design spec,...

feature
intern project!
P4
area: new

### 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
docs
area: material/datepicker

Should be able to choose, just date, just time, or date & time

feature
P5
material spec
area: material/datepicker

Update Chips a11y documentation. Remove instructions to make an announcement when deleting chips. Remove the call to LiveAnnouncer. Remove unnecessary live regions to avoid disrupting users who use Assistive Technology.

a11y
docs
area: material/chips
area: docs
action: review

Fix accessibility issue in MatSelect component. Remove announcement when making selections while popup is closed. Address disruption announcement causes when using MatSelect with assistive technology. Address difficultly using MatSelect with...

a11y
area: material/select
dev-app preview

Implement typeahead labels for Tree. Follow the established pattern that Menu and List use. - implement CdkTreeNode#cdkTreeNodeTypeaheadLabel - implement CdkTreeNode#getLabel

dev-app preview

When the overlay is opening 'left-ward' (the content flows to the left) the margin is not calculated correctly because the margin is subtracted twice from the width ([line: 1092](https://github.com/angular/components/blob/0762d69b394343555488b5aaada9444dd1a5083a/src/cdk/overlay/position/flexible-connected-position-strategy.ts#L1092)), but...

action: merge
target: patch