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

Cursor selection is not at the position where the number is being changes but behind the currency abbreviation #39

Closed bennidietz closed 1 year ago

bennidietz commented 1 year ago

The cursor selection is always behind the currency abbreviation, however the user might expect it to be right before it as the text changes there.

gtgalone commented 1 year ago

Hello @bennidietz !

That is expected action.

For now it only supports right to left direction.

But I am going to add left to right direction.

after this, it would be more flexible!

gtgalone commented 1 year ago

Additional, Could you let me know the locale that you are using?

bennidietz commented 1 year ago

Hi @gtgalone, alright. I'm using the German and English locale.