is there any way to disable paste on a TextField?
m
is there any way to disable paste on a TextField?
c
I think there's a readOnly arg? Or you want to allow text input, just dissallow pasting?
m
yes. allow text input but disallow paste
o
If you want just to disable copy-paste text toolbar you could try the following solution https://stackoverflow.com/a/68966424 But it will not prevent pasting from the custom keyboards.
1140 Views