TinoGuo/pin_input_text_field

Paste support

Closed this issue · 4 comments

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

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

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

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

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