cesarrew / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
235 stars 116 forks source link

Update input.handler.ts #150

Closed ivofernandes closed 2 years ago

ivofernandes commented 4 years ago

For some reason in android the event got override before the timeout and change the target, so I needed to store the input target in a variable

ivofernandes commented 3 years ago

Maybe it was a bug for using the mask inside a shadow dom, because the project used microfrontends