flutter_multi_formatter icon indicating copy to clipboard operation
flutter_multi_formatter copied to clipboard

Wrong detect Fraction Separator in currency formatter

Open thtuan opened this issue 1 year ago • 1 comments

Hi, I found a bugs in formatter_utils.dart file.

image

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

thtuan avatar Nov 27 '23 11:11 thtuan

Hi! Can you provide a more detailed example? What are the parameters you use for your formatter?

caseyryan avatar Nov 27 '23 13:11 caseyryan