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

P2
area: material/form-field

Fixes #29669. This converts parts of the rendering pipeline to use signals which allows Angular to properly detect changes to the underlying data which may be caused by rendering new...

change color and remove the opacity of inactive track to pass 3:1 non text color contrast ratio. https://screenshot.googleplex.com/9xZQAkEaEjY2Ad4 BEFORE: foreground: #E1E3E13d background: #faf9fd ratio: 1.04:1 AFTER: foreground: #74777f background: #faf9fd...

…duce layout thrashing (where possible) There's still one set of measurements at startup. It might be possible to eliminate that along with some of the existing code with some additional...

action: merge
target: patch

Updates Angular Material Snack-Bar component snack-bar-container's aria-live value from AriaLivePoliteness value to default to assertive if there is no given value. This is to fix existing bugs where the snack-bar...

dev-app preview

Hi all, ![issue_1](https://user-images.githubusercontent.com/10813063/88395832-f91c8700-cdc1-11ea-9184-9188f1340b8c.png) ![issue_2](https://user-images.githubusercontent.com/10813063/88395836-f9b51d80-cdc1-11ea-8e1f-794c089706d6.png) **Here is a little sample.** [https://stackblitz.com/angular/yvmnrxexppp?file=app%2Fcdk-drag-drop-connected-sorting-example.html](url) Since version 7.2.x (I noticed) there is the problem that the cursor (set in CSS) adapts to the underlying object...

P3
area: cdk/drag-drop

### Is this a regression? - [X] Yes, this behavior used to work previously ### The previous version in which this bug was not present was Puppeteer 23.1.1 ### Description...

needs: clarification
area: material/autocomplete

#### Feature Description Currently, `MatTabGroup` renders the tab content immediately below the list of tab labels: ``` [ Tab 1 ] [ Tab 2 ] [ Tab 3 ] -----------------------------...

feature
P3
needs: discussion
G
area: material/tabs

### Feature Description Hello everyone, Accessibility is nowadays a very important topic and therefore I think it is essential to get as much work as possible done directly in the...

feature
P3
area: cdk/drag-drop

fix(material/badge): remove the console warning removes the console.warn when badge is used with aria hidden `mat-icon` fixes #27796 --- fix(material/badge): move inline description element to be next sibling move inline...