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

How can i remove 0.00 default value in the currency mask? #129

Closed bearnithi closed 2 years ago

bearnithi commented 5 years ago

I have a need to remove 0.00 as a default value in the input box. I want to show only $ as a default value. Is there anyway to achieve it. Please help me to solve this issue.

wrm192 commented 5 years ago

In the form builder group you can set the initial value to null, if you are using that approach.

guillep2k commented 5 years ago

Hi, @bearnithi. A fork of this project has been created due to the original developer's current unavailability, in the hope that the project would advance more quickly. If your question was not answered, would you like to re-open an issue there?