components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

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

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

P3
area: material/expansion

### 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/bottom-sheet

### Describe the problem that you experienced Up until V17 (excl.) the Datepicker Docs showed clear distinctions between the primary and accent colors, which made the example at the "Date...

P3
docs
help wanted
good first issue
area: material/datepicker
area: theming

### Feature Description The MatMenu API component provide `hasBackdrop` option to be set to `false` to disable backdrop which I think is irrelevant because the menu is not being closed...

feature
P3
area: material/menu
area: material/select

Currently the only way to stop a drag sequence is via a `mouseup`/`touchend` event or by destroying the instance, however if the page loses focus while dragging the events won't...

target: patch

Fixes the bug in the documentation - Angular Material 'sidenav' component. Updated the file 'sidenav-responsive-example' to use the CDK instead of using media queries Fixes #29266

area: docs

Fixes the table's data not re-rendering when a new `sortingDataAccessor` is assigned to the data source. Fixes #15888.

needs: discussion
presubmit failures
target: major

Currently we mark the autocomplete control as touched on `blur`. The problem is that the `blur` event happens a split second before the panel is closed which can cause the...

action: merge
merge: caretaker note
target: patch

This is a resubmit of https://github.com/angular/components/pull/23768. Fixes that our fake fallback focus events weren't dispatching `focusin` and `focusout` events as well. Fixes #23757. Caretaking Note: spent a couple of hours...

cla: yes
action: merge
merge: caretaker note
target: patch