thelebdev / ng2-currency-mask

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

can't copy or paste values in firefox 61.0.1 #8

Open guillep2k opened 5 years ago

guillep2k commented 5 years ago

There's an issue in the original project about this problem, and there are instructions to deal with it. They could be implemented in this fork.

Migrated from original project (https://github.com/cesarrew/ng2-currency-mask/issues/118), (https://github.com/cesarrew/ng2-currency-mask/issues/99).

Orignal request by @lourencomcviana, @psenechal, @EmaGht

when trying to copy something from a input with ng2-currency-mask the selected content get erased, but not copied.

pasting seens to not work also.

I can make it work by selecting the content, right clicking and them selecting copy or paste from the list.