Flutter_Pinput icon indicating copy to clipboard operation
Flutter_Pinput copied to clipboard

How to custom paste button

Open ruslanouv2 opened this issue 2 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. Hey i still searching for the custom the paste button. Is it possible?

ruslanouv2 avatar Aug 25 '23 03:08 ruslanouv2

Hey @ruslanouv2,

  1. from version ^3.0.1 you can use [contextMenuBuilder](https://api.flutter.dev/flutter/material/TextField/contextMenuBuilder.html) to customize the toolbar options.
  2. You can set toolbarEnabled to false and pass onLongPress callback and then show your custom dialog

Tkko avatar Aug 25 '23 07:08 Tkko