TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
384 stars 83 forks source link

Paste support #38

Closed jaumard closed 4 years ago

jaumard commented 4 years ago

Would be nice if it was possible to paste the OTP code copied from messages.

TinoGuo commented 4 years ago

Hi, the lib support copy, cut & paste from 3.0.3.

jaumard commented 4 years ago

Any idea what can cause it not to work ? Because I use the last version and I don't have any copy/paste feature on my PinInputTextField

jaumard commented 4 years ago

I'm using it on my package https://github.com/jaumard/sms_autofill and I don't have any copy paste available

jaumard commented 4 years ago

never mind I just find out it's not enabled by default enableInteractiveSelection need to be set to true. Thanks!