Hi,
I found a bugs in formatter_utils.dart file.
with mantissaSeparator = ',' and input string is 1.000 (equal 1000) _detectFractionSeparatorstill detect . as a fraction separator.
Please fix this bugs because it affect to CurrencyInputFormatter class
Hi,
I found a bugs in
formatter_utils.dartfile.with
mantissaSeparator = ','and input string is 1.000 (equal 1000)_detectFractionSeparatorstill detect.as a fraction separator.Please fix this bugs because it affect to
CurrencyInputFormatterclass