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

P3
has pr
area: material/core

#### Bug, feature request, or proposal: Bug #### What is the expected behavior? The `opened` event should be sent when the panel is open. #### What is the current behavior?...

P4
area: material/autocomplete

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

needs triage

#### Reproduction Steps to reproduce: 1. Go to https://material.angular.io/components/chips/examples 2. Open NVDA screen reader in browse mode 3. Start navigating in browse mode with a help of up/down arrows 4....

P3
a11y
has pr
needs: clarification
area: material/chips

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

In autocomplete-trigger.ts, add `| null` to the typing of optionally injected properties. This improves code health because the compiler can detect possible type errors with `null`.

refactoring
target: minor
area: material/autocomplete

[fix(material/list): add radio toggles](https://github.com/angular/components/pull/25933/commits/884e6b5ded0e3e7c44bd16f4c138fc31b366304c) Add radio toggles for single selection. Fix a11y issue where selected state is visually communicated with color alone. Rename `checkboxPosition` Input to `togglePosition` and deprecate `checkboxPosition`....

a11y
target: minor
area: material/list

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

needs triage

### Feature Description Ability to select multiple entries from autocomplete. https://material.angular.io/components/autocomplete/overview ### Use Case For example when using with chips. ![multi-chip-select](https://user-images.githubusercontent.com/60390085/202438855-1b2226ba-a050-489b-b4a1-bc3bc383bbb7.gif) Btw. it would be also nice if the chip...

feature
needs triage

### The previous version in which this bug was not present was _No response_ ### Description Running `detectChanges()` for components with `changeDetection: ChangeDetectionStrategy.OnPush` does not work as expected ### Reproduction...

needs triage