pin_code_fields icon indicating copy to clipboard operation
pin_code_fields copied to clipboard

How to avoid paste dialog

Open abhilash007 opened this issue 2 years ago • 6 comments

How to avoid paste dialog

abhilash007 avatar Apr 01 '22 10:04 abhilash007

This is not the best solution, but you can wrap in an AbsorbPointer to block gestures that cause the paste dialog

srujanm111 avatar Apr 29 '22 18:04 srujanm111

Also interested in this question

Memet18 avatar May 11 '22 14:05 Memet18

@adar2378 can you add the ability to remove the dialog box?

Memet18 avatar May 11 '22 14:05 Memet18

@abhilash007 If you just want to prevent pasting at all, you can use: beforeTextPaste: (_) => false

dennismuench avatar May 19 '22 06:05 dennismuench

@dennismuench isn't there a way to avoid the dialog and just have the pasting functionality?

arbazadam avatar Jun 18 '22 12:06 arbazadam

@adar2378 is it possible to implement a way to paste the pin directly without showing the dialog?

fedecarroz avatar Aug 10 '22 18:08 fedecarroz

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 10 '22 16:10 stale[bot]