Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

I could reproduce it, but I don't know of a way to tell the screen reader to go out of browse mode. The chip does seem to receive focus so...

The double placeholder issue sounds like something that we fixed for the plain input in https://github.com/angular/components/pull/10466, but it hasn't been applied to the chip input.

My bet is this is due to the menu blocking child animations while it's animating since the expanded/collapsed state of the accordion depends on an animation. It can be seen...

It looks like this should've been resolved by #21227. Closing.

I think the problem here is that drag&drop and the dialog don't know about each other so `updatePosition` won't know to clear the previous position and the dragging directive won't...

The ViewEngine failures look legitimate. FYI, you can run tests locally against ViewEngine by passing in `--config=view-engine`.

We support both Ivy and ViewEngine and we'll continue to do so as long as people are able to switch back to ViewEngine.

We don't support ViewEngine as of version 13. Note that this PR has been pushed very far down in the queue so you might be better off opening a new...

Closing since all of the relevant services are `providedIn: 'root'` now after the switch to standalone.