Rafael (lrdev)

Results 23 comments of Rafael (lrdev)

I was forced to go to another library ngx-currency

I noticed that this setting passing a float value, the format is invalid. changing the (.) for (,) in the float number the mask works but this is not correct....

In 8.1.7 ``` mask="separator.2" thousandSeparator="." decimalMarker="," ``` value = 9800.5 expected = 9.800,50 returned = 9.800,5

From what I saw the model has to be in accordance with the config ... =/ Ex: '1000,58' = 1.000,58 My backend sends a floating or decimal number. The library...

I use the perfect scrollbar and I could not remove the space on the left!