ngx-currency icon indicating copy to clipboard operation
ngx-currency copied to clipboard

The nullable behaviour isn't as documented

Open thunderchild7 opened this issue 4 years ago • 1 comments

I want the field to allow null values yet:

The default value displayed is "0" not empty

thunderchild7 avatar Dec 07 '20 10:12 thunderchild7

If you set the nullable flag/option to true, it will allow you to set the value to null; otherwise, it will be 0.

msacket avatar Feb 08 '21 18:02 msacket