caseyryan/flutter_multi_formatter

maxTextLength in currency input formatter doesn't seem to do anything

Closed this issue · 2 comments

Is it expected/deprecated?

It's deprecated. I just forgot to remove it. The reason for adding it was an incorrect parsing result by double.parse if the text was too long for double. I solved it by writing my on number parser which doesn't care for how many digits are there in the string

Understood, thank you