Zach Arend

Results 96 comments of Zach Arend

Note to reviewers: see unit tests for opt-out behavior: - [src/cdk/tree/tree-using-legacy-key-manager.spec.ts](https://github.com/angular/components/blob/cdk-tree-revamp/src/cdk/tree/tree-using-legacy-key-manager.spec.ts) - [src/material/tree/tree-using-legacy-key-manager.spec.ts](https://github.com/angular/components/blob/cdk-tree-revamp/src/material/tree/tree-using-legacy-key-manager.spec.ts)

https://github.com/angular/components/pull/27626#discussion_r1423264735 @jelbourn what's the intention you have in mind with `coerceObservable`? It doesn't do anything that's not trivial, so I don't see the value with making it reusable. If we...

> [#27626 (comment)](https://github.com/angular/components/pull/27626#discussion_r1423264735) > > @jelbourn what's the intention you have in mind with `coerceObservable`? It doesn't do anything that's not trivial, so I don't see the value with making...

Action item is to set opacity to 0 on the .mat-mdc-form-field-focus-overlay for input chips. That will make the text easier to read and align closer to Material Design specification.

Hello @karthickj25 , Thank you for testing with screen reader. We're aware that it is difficult to navigate to the autocomplete popup on Safari. It seems that Safari or VoiceOver...

Hello folks, Thank you for reporting this. We prioritize accessibility issues that are a problem for users. If you have an explaination why this does not meet an a11y criteria...

Hello @madmurl0c , Thank you for reaching out. I can reproduce on the linked stackblitz. This is interesting, and I'm wondering if it's a problem with the component, or with...

rebased with upstream/main. Maybe this will fix the issue with dev-app deployment 🤞

The autocomplete theming fix has landed. I rebased this branch, and we can see that the colors are corrected.

@mmalerba @crisbeto could you review this again please as it has changed. Since last reviewed, added opt-outs for Select and Autocomplete. I have a few questions: - Do we need...