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

#### What is the expected behavior? New components rendered by `CdkVirtualForOf` are pristine by default. #### What is the current behavior? New components created by `CdkVirtualForOf` within the `` inherit...

P4
area: cdk/scrolling

Fixes #30279 Note: this only affects icon buttons that have the `mat-unthemed` class. ![image](https://github.com/user-attachments/assets/19e56c19-0423-425e-8c54-b5d24eecee15)

presubmit failures
target: major
area: material/toolbar
action: cleanup

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | devDependencies | major | [`^4.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.4.1) | --- ### Release...

area: build & ci
action: cleanup

fixes when `MatRadioGroup` is set to be required it was setting all of its `MatRadioButton` to be required as-well which is confusing for assistive technologies, this commit ensures we only...

area: material/radio

### Feature Description My problem is that I still can't understand how `@angular/material:theme-color` works. In the terminal, I need to provide colors for primary, secondary, and tertiary. For each one,...

feature
P4
area: ng-generate

Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open....

area: cdk/menu

Adds a new input for `MatAutocomplete`: `revertValueTo`. This input works with `requireSelection` and allows the developer to provide a value that should be reverted to _instead_ of `null`. One use...

### Feature Description Are there any plans to introduce support for CSS Cascade Layers? References: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers https://caniuse.com/css-cascade-layers https://www.smashingmagazine.com/2022/01/introduction-css-cascade-layers/ ### Use Case To meet the demands of our customers, our team...

feature
P4
area: many

Updates Angular Components Button component specifically for .mat-icon buttons to add a min-height of min-content to avoid the icon from being cut off on the bottom when text-spacing is applied....

Accessibility
area: material/button
dev-app preview
action: global presubmit

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

P3
area: cdk/tree