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

**Fix Text Overflow in Value Indicator Container** Fixes #28599 Before: After:

detected: feature

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

P4
area: material/button

### Documentation Feedback Material 2 docs were pretty clear about how to customise typography. ``` @use '@angular/material' as mat; $my-custom-level: mat.m2-define-typography-level( $font-family: Roboto, $font-weight: 400, $font-size: 1rem, $line-height: 1, $letter-spacing:...

P3
docs
area: theming

Currently, the step icon M2 theming does not work correctly. The foreground color uses the contrast color of the primary color, but this does not necessarily provide enough contrast to...

#### Bug, feature request, or proposal: `cdkVirtualScroll` does not work properly with `matAccordion` and `matExpansionPanel`. The accordion does not respect the expansion state of individual expansion panels as you scroll....

P3
area: cdk/scrolling
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...

Accessibility
P4
area: material/stepper

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

#### Bug, feature request, or proposal: feature request #### What is the expected behavior? An ability to present modal dialogs fullscreen. #### What is the current behavior? Can't present modal...

feature
help wanted
P4
area: material/dialog

#### Reproduction matTooltip is only able to apply aria-describedby to its host element. This is not optimal for host elements that have no aria-label or text contents. #### Expected Behavior...

feature
Accessibility
P4
area: material/tooltip