Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

This sounds like an issue with the Material design icons, not with our implementation.

@alxhub I've addressed the latest set of feedback. All of the new code is in the latest `fixup` commit.

I've pushed an additional commit to fix the issue where host directives weren't accounting for aliases. E.g. if we take the following example: ```ts @Directive({ standalone: true }) class HostDir...

The latest round of feedback has been addressed.

@epelc where did you see references to this? I tried searching the entire codebase for `focusNode`, but couldn't find anything.

Looks like an issue with Angular.js Material. I'm transferring this to the correct repo.

This should've been fixed by https://github.com/material-components/material-components-web/pull/7158, but I don't know if it has made it into a stable release yet.

This is because focus shifts to the body, whereas when you select an option, it goes back to the button. I suppose both cases should be consistent.

@mj3052 I haven't had time to look into this, because of different team priorities. I'd be open to reviewing and landing a fix though.