Alex Inkin
Alex Inkin
This issue would be relevant: https://github.com/Tinkoff/maskito/issues/323 Maybe we can even close this one in favor of the linked maskito one.
We already have a directive that does the ripple effect. It relies on `touchstart`, `touchend` and `touchmove` events and I believe it should be quite performant, it uses RxJS but...
Lowering this issue priority because we cannot really fix this without possible breaking changes at this point and CSS variables pallet is coming soon, after which we will revisit this...
It is not moved, it goes back to it. The underlaying issue is clicking input-files does not focus it. Would you like to make a PR?
Let's revisit it in 4.0 when we refactor our textfields
Probably requires a complete overhaul of this directive 🤔
@sFeels all controls have `readOnly` input. Could you clarify your issue?
I think it's better to wait on this one before we update to Angular 14+ so we can use the `inject` function. Otherwise it would make all constructors messy.
Here's a case where it fails on a valid, albeit deprecated selector that we have to use because we need Safari 13 (only Safari 14 supports `:is( )`, we have...
I was told this is a duplicate: https://github.com/angular/angular-cli/issues/27067 But my selector is not an "Invalid selector rule", it's a valid rule just not recognized. It continues to happen still. What...