bhrott / flutter-masked-text

A masked text for Flutter.
https://pub.dartlang.org/packages/flutter_masked_text
MIT License
276 stars 124 forks source link

RangeError #30

Closed andredealmei closed 5 years ago

andredealmei commented 5 years ago

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

andredealmei commented 5 years ago

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

bhrott commented 5 years ago

HI @andredealmei , could you provide a code sample?

bhrott commented 5 years ago

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