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

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

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

### Description When I try to manually update input value from ts files for a DateRangePicker component, like adding slashes when users types a day or a month (or more...

needs triage

can this just be .cdk-visually-hidden instead? _Originally posted by @mmalerba in https://github.com/angular/components/pull/20666#discussion_r497775913_ Ideally, anything that is not visible on the screen should not be announced to screen readers. But .cdk-visually-hidden...

needs: discussion
area: material/datepicker

### Feature Description Before v18.2, `TreeControl ` was used to control the whole tree and it exposes the `getDescendants ` publicly. After v18.2, the `getDescendants` was migrated to `CdkTree` ([source](https://github.com/angular/components/blob/1abb484aa72177a748eecdf9b850cc1c07d1a42b/src/cdk/tree/tree.ts#L889-L890))...

feature
needs triage

### Description I am launching a dialog that has a MatDialogConfig property of hasBackdrop = false. Doing so seems to still attach a aria-hidden="true" property to DOM elements that are...

P3
area: cdk/dialog

### 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
area: material/badge
area: material/chips

…portMargin The overlay directive now accepts two additional (optional parameters) [viewportMarginX] and [viewportMarginY]. You can use these to pass separate margin values for the viewport.

detected: feature

Add labelId input to the Angular Material `list` component to avoid missing form label error Fixes https://github.com/angular/material.angular.io/issues/1221

### Documentation Feedback There is *some* documentation on MatRecycleRows: - In the api section we find the following description of MatRecycleRows: "Enables the recycle view repeater strategy" - In the...

docs
needs triage