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

Remove prefix onBlur, and add prefix onFocus #135

Closed ozzpy closed 5 years ago

ozzpy commented 5 years ago

How can I remove prefix onBlur, since backend store the value in a float field.

ozzpy commented 5 years ago

I release that when submit the value it remove the prefix.