Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

I spent some time looking into it, but I couldn't find a good way to solve it without breaking existing tests. It looks like the animations module under ViewEngine was...

It's not possible at the moment, but we have a lot of the foundation work in place already. It still needs an API that allows consumers to start dragging programmatically.

We may want to accommodate a design like the one mentioned in https://github.com/angular/components/issues/22361#issue-843300077. ![112833501-df95b280-90a7-11eb-95b8-12c503039e9e](https://user-images.githubusercontent.com/4450522/112863434-25a64280-90b7-11eb-9734-d28bad77d313.png)

We need to assign the value also when the opposite input changes in order to trigger any validation that might depend on it.

I spent some time presubmitting this and I think it'll be tricky to land, because the automated a11y checking tools don't account for `inert` yet. Previously the `aria-hidden` was also...

Setting as a P2 based on the number of duplicate issue we get about this.

From @matthewerwin in #19085: > #### Reproduction > > Use StackBlitz to reproduce your issue: > > https://stackblitz.com/edit/angular-rf6gg6 > > Steps to reproduce: > 1. Look at the stack blitz....

I spent some time looking into it, but at least with the way things are set up at the moment, there's no nice way to solve it. We can pass...

We should get this automatically once we've finished the transition to MDC components.

I can reproduce it too, although nothing specific stands out that could be causing it so it may be a browser bug. All we're doing is setting an `aria-labelledby` pointing...