TinoGuo / pin_input_text_field

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

Support paste action broken? #94

Open jaumard opened 1 year ago

jaumard commented 1 year ago

Hello,

I have update to last version and now toolbarOptions is deprecated, but worse than that it is not working anymore. I was using toolbarOptions: ToolbarOptions(paste: true), but now button is not showing up anymore, I only see the adaptative selection menu instead.

Deprecation say I should use contextMenuBuilder but no idea how to use it to have the paste button like previously :/

TinoGuo commented 1 year ago

hi, this is not this library feature, it's part of editText, so pls follow official document add this paste feature