gtgalone / currency_text_input_formatter

Currency Text Input Formatter for Flutter.
https://pub.dev/packages/currency_text_input_formatter
MIT License
50 stars 28 forks source link

after delete all number in a text form field, then remains "0" / zero #31

Closed wiztensai closed 2 years ago

wiztensai commented 2 years ago

hi!

i have a problem, when after delete all number in a text form field, then remains "0" then i enter number 1, it become "01". (1 behind 0)

how to directly replace 0 to 1?

thanks

gtgalone commented 2 years ago

@wiztensai Thank you for using!

Could you provide your code?

If I delete all number, value is null for me.

gtgalone commented 2 years ago

I will close it. we can reopen it.