Miles Malerba

Results 39 issues of Miles Malerba

Old implementation is still available under @angular/material/legacy-dialog BREAKING CHANGE: - DOM and CSS classes for mat-dialog have changes - Typescript API is largely the same but may have minor differences...

target: major

These occasionally pop up, need to investigate root cause

P2
area: cdk/scrolling

Support virtual scrolling over a list of items whose size is not known and needs to be measured

feature
P2
G
area: cdk/scrolling

The full width text field shown at https://material-components.github.io/material-components-web-catalog/#/component/text-field appears to be from the old version of the spec: ![Screenshot from 2020-02-12 15-55-33](https://user-images.githubusercontent.com/14793288/74388388-28a97b00-4db0-11ea-90c2-0f933516706e.png) The new spec only shows fill our outline...

before: ![select-before](https://user-images.githubusercontent.com/14793288/189760992-c0144936-59a0-43c5-80e1-611d44879e37.png) after: ![select-after](https://user-images.githubusercontent.com/14793288/189761014-40d8cb87-fd76-4a08-bfd5-69384c00eb38.png)

merge ready
target: major

target: major
comp: docs

Allow the user to specify the number of items per row in the fixed size scrolling strategy

feature
P3
area: cdk/scrolling

Swap out the current logic for determining when to resize the outline gap, for logic based on ResizeObserver. The current logic tries to guess when the size may need to...

action: merge
target: patch
dev-app preview

# 🚀 feature request ### Relevant Package This feature request is for @angular/forms ### Description The `RequiredValidator` does not update its validation status when an input is autofilled in Chrome....

type: bug/fix
area: forms
forms: validators
forms: change detection
P5
feature: under consideration