TinoGuo / pin_input_text_field

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

Copy Paste Support #34

Closed mocodesmo closed 4 years ago

mocodesmo commented 4 years ago

Hello,

Usually for textfields, users require a long press to select the text and paste, I am having a hard time implementing this with pin_input_text_field.

Is there a way to implement this?

Thank you for your time.

TinoGuo commented 4 years ago

@mocodesmo Hi, I can support it but with some limitations due to the implementation of this lib.

  1. use TextField internal implementation, but the edit menu would offset unexpectedly
  2. use external implementation, it could be customized
TinoGuo commented 4 years ago

implemented since 3.0.3