When using the ```ThousandsFormatter(allowFraction: true)``` and you try to enter a zero in the decimal section it does not allow it. Does not allow the following zeros in the decimal section: ``` 3,500.01 3,500.10 ``` Any thoughts to make it work? Thank you
When using the
ThousandsFormatter(allowFraction: true)and you try to enter a zero in the decimal section it does not allow it.Does not allow the following zeros in the decimal section:
Any thoughts to make it work?
Thank you