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

add option to provide a custom element container for the overlay to be attached to. By default the overlay is attached to the document, but there are cases when the...

action: cleanup

Renames the `MatTableDataSource` to `ClientArrayTableDataSource` to make it a bit clearer what it's supposed to be used for. Fixes #14378.

action: merge
target: major
action: cleanup

Fixes the `MatMenu` overlay not being detached if the menu is opened by a different trigger while the panel is still open. Fixes #15354.

target: patch
action: cleanup

Currently we forward the name attribute from the host node to the underlying input, however we leave the name on the host node intact. This can throw off functions like...

action: merge
target: patch
action: cleanup

Fixes #15020 This PR modifies the table-expandable-rows example by adding toggle buttons to rows that responds to keyboard input and adding aria attributes to the row and button elements

a11y
docs
merge safe
action: cleanup

Hi guys, My first PR on Angular/Material2. Please have a look review this and let me know what have I missed. Implement feature for issue #13921

action: cleanup

When an array is passed to `cdkVirtualFor`, it falls back to creating an `ArrayDataSource` which won't emit if the array has changed. Since the intention of the `cdkVirtualFor` is to...

target: patch
action: cleanup

Updates the page index of a paginator if its length changed to something where the index isn't valid anymore (e.g. the user is on the last page and the amount...

target: patch
action: cleanup

Similarly to how we handle the sidenav backdrop and ripples, these changes invert the color for the dialog and bottom sheet backdrops in dark themes. **Note:** this is a resubmit...

action: merge
target: patch
action: cleanup

Fixes the default `selectable` state from the chip list not being passed to the individual chips on init. Fixes #14397.

target: patch
action: cleanup