Alex Inkin

Results 233 comments of Alex Inkin

I'm not able to reproduce it in 3.0 after dropdowns got a big overhaul. Feel free to reopen if you run into it again on the 3.x release.

> Is there some sort of workaround to get this to work? I didn't get to it yet, sorry. We tend to keep dropdowns to the left of the tabs...

This issue is rather big and it's fine to make many smaller PRs covering single component.

> I'm interested in gaining some experience with developing component harnesses so I'd be happy to contribute to this. > However, I'm not sure whether @zarghamkhandev is working on every...

Looks like a one char fix here: https://github.com/Tinkoff/taiga-ui/blob/main/projects/addon-table/components/table/th/th.template.html#L13 This confusion is caused by different proprietary icon in that place. @splincode we would need to do something about in in proprietary...

Thank you for raising this issue. Yes, we would like to migrate to another mask solution at some point. I have refactored work with mask in input a little. Now...

I believe that's unrelated. It is something with Jest and ngcc not working properly with Ivy.

I believe we looked into it and decided not to go with it. Writing our own mask solution seems to be the way to go, especially since it would be...

I believe we dropped `angular2-text-mask` and copy-pasted it for now in newer versions. But `text-mask` remains a dependency. We will prioritize new mask from November 1st, but it's a huge...

I believe it's about global page scrollbar, introduced by `tui-root`. I suppose a DI token makes sense here, contributions are welcome.