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

Converts the various event classes that we emit through `@Output` into interfaces in order to generate less compiled code and potentially less objects to garbage collect.

cla: yes
merge: caretaker note
target: major
action: cleanup

* Improves the handling of scrollable content inside the `mat-dialog-content` by using flexbox, rather than a hardcoded `max-height`, to define the content height. This resolves various issues where the dialog...

cla: yes
presubmit failures
target: patch
action: cleanup

Fixes the select not propagating its value back up to the value accessor if a selected option is added or removed. Previously this only happened the next time the user...

cla: yes
presubmit failures
target: patch
action: cleanup

Fixes a long-standing where the backdrop doesn't allow the user to scroll, if the main scrollable container is not the body. Fixes #6927.

cla: yes
target: major
action: cleanup

Preserves the scroll position when switching between tabs. Previously it was being reset to 0, because we detach and re-attach the content. Fixes #6722.

cla: yes
target: minor
action: cleanup

Add an option to mat-select to configure panel max-height Fixes #15803 and probably #11780, #15192 too

target: minor
action: cleanup

Fixes the `selected` value of a `mat-list-option` that is set through an input being reset if a `FormControl` is assigned to the list with a default empty value.

target: patch
action: cleanup