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

It looks like some screen reader / browser combinations (NVDA + Chrome in this case) won't read out the index of the radio button within the group correctly, if it's...

cla: yes
a11y
action: merge
target: patch
action: cleanup

This is a resubmit of #22350 which was merged in by accident. In an earlier PR we switched the flex-based table styles to target the tag names, rather than classes...

cla: yes
action: merge
target: patch
action: cleanup

Applied missed boolean/number coercion for `@Input`'s.

cla: yes
needs: clarification
action: cleanup

When the positioning of an overlay is calculated, the overlay pane is moved to the top right corner, and given an unbounded size. Based on the calculated size, a position...

action: cleanup

- remove `cdk-visually-hidden` class from native inputs, size/position them correctly for hovering, and hide them with `opacity` - this approach is based on what MDC Web uses and how our...

cla: yes
a11y
target: patch
action: cleanup

Similar fix to #22446 for the slide toggle. Moves around the DOM in order to avoid the behavior where NVDA will read out "clickable" before the label, if the `input`...

cla: yes
a11y
action: merge
target: patch
action: cleanup

NVDA has some behavior where if an `input` is placed inside an element with a `click` or `mousedown` listener, the screen reader considers it as "clickable" and reads out "clickable"...

cla: yes
a11y
action: merge
target: patch
action: cleanup

Adds a `virtualRows` directive which enables virtual scrolling for CDK tables. ### Open questions Blocks of code that are subject to further discussion or contain potentially breaking changes are annotated...

cla: yes
P2
G
needs: clarification
area: cdk/table
action: cleanup

Adds support for density to the MDC-based `mat-menu`.

cla: yes
blocked
target: minor
action: cleanup

The dialog content directives try to resolve their closest dialog using DI, and if it fails (e.g. inside a template dialog), they fall back to resolving it through the DOM....

cla: yes
blocked
target: patch
action: cleanup