Flutter_Pinput icon indicating copy to clipboard operation
Flutter_Pinput copied to clipboard

how to show cursor when i write pin

Open thewama33 opened this issue 2 years ago • 5 comments
trafficstars

while typing the cursor disapears how to avoid that and show cursor even when i type pins

thewama33 avatar Jan 30 '23 16:01 thewama33

What do you mean cursor disappear? is is animating (fading in/out) if yes you can set isCursorAnimationEnabled to false. If it's something else please provide small reproducible code snippet and video.

Tkko avatar Jan 30 '23 16:01 Tkko

https://ibb.co/pWpVyBz

here under the numbers i type the cursor disapears
i want to keep cursor under the numbers when i type

thewama33 avatar Jan 30 '23 16:01 thewama33

Got it, the cursor indicates currently active pin which in this case is an expected behavior, for now there is no way of modifying that functionality

Tkko avatar Jan 30 '23 16:01 Tkko

could you support this behavior

thewama33 avatar Jan 30 '23 16:01 thewama33

Well, I'm planning to add Pinput.builder constructor for more customizations, I can't tell you for sure but if it might include such feature.

Tkko avatar Jan 30 '23 16:01 Tkko