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

Problem mask with devices android in chrome #134

Closed Juliojss closed 2 years ago

Juliojss commented 5 years ago

I encountered a problem with masking on android devices in chrome 76. When erasing the value, it does not add the mask again. An alternative was to apply nullable false to mask settings.

ivofernandes commented 4 years ago

The problem is with the event target isn't?

ivofernandes commented 4 years ago

Check if this fixes your bug :) https://github.com/cesarrew/ng2-currency-mask/pull/150

cesarrew commented 2 years ago

Fixed in version 13.0.3.