gtgalone / currency_text_input_formatter

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

currency_text_input_formatter decimalDigits: 2 #36

Closed abdulrehmananwar closed 2 years ago

abdulrehmananwar commented 2 years ago

if i use decimalDigits: 2 it input in decimal first its a bug. cause 2 decimal should be visible when i press . keyword.

gtgalone commented 2 years ago

Hello! @abdulrehmananwar

That is expected behavior.

Because for now, this is right to left direction only.