bhrott / flutter-masked-text

A masked text for Flutter.

Home Page:https://pub.dartlang.org/packages/flutter_masked_text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long press on backspace delete whole mask

MaxGer opened this issue · comments

  • When you only tap backspace you can't delete the mask, you only can delete the user input until its 0 again.
    (In my expample '€ 0,00')
  • But when you don't tap and instead touch & hold, the TextInputField goes blank.