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

RangeError

andredealmei opened this issue · comments

flutter_masked_text: ^0.8.0
If you long press to select a number masked input and then try to key got this error

RangeError: Invalid value: Not in range 0..1, inclusive: -1

Screenshot_20190514-115440

screen-11 58 03 14 05 2019

Update: You can dodge the error defining enableInteractiveSelection: false on textField

HI @andredealmei , could you provide a code sample?

Closing due inactivity.
If the issue persists, let me know but please provide a code sample. =)