components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
#### 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?...
### 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...
#### 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....
### 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...
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`.
[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`....
### 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...
### Feature Description Ability to select multiple entries from autocomplete. https://material.angular.io/components/autocomplete/overview ### Use Case For example when using with chips.  Btw. it would be also nice if the chip...
### 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...