Amy Sorto

Results 23 comments of Amy Sorto

Seems like we are using this function already so this seems like it won't be difficult to add: https://github.com/angular/components/blob/main/src/google-maps/google-map/google-map.ts#L290

Shoud the name be assigned to the inner input? In a test within google3, the input within the radio had this name "mat-radio-group-0" instead of what was being passed in.

You can do intl.changes.next() after changing the value of the close button text so that the service knows something needs to be updated ([MatDatepickerIntl docs](https://material.angular.io/components/datepicker/api#MatDatepickerIntl)).

It's hard to debug without a reproduction for something that happens occasionally. Is this still happening with the MDC dialog @JanMalch?

I am going to close this issue since I can't debug this without more information and context. @kevincaradant If you have a working reproduction that I can take a look...

I can reproduce following the steps mentioned above with NVDA (JAWS works as intended for me) on Chrome while on Windows.

When testing with the MDC based form field and button components, the heights are still different

Why you are forcing the select dropdown to open upon focus? While visually it might look better, it kind of goes against how other dropdowns usually work. I would recommend...

For some context here, the components introduced in v15 are the default commonly referred to as MDC (Material Design Web Components) based components. The ones before were our legacy components...