Tkko / Flutter_Pinput

Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
https://pub.dev/packages/pinput
MIT License
775 stars 179 forks source link

Show error msg without losing keyboard focus #191

Open Princewil opened 3 months ago

Princewil commented 3 months ago

First, thanks for this wonderful package.

Currently, the validator works only when the pin is completed, which is fine. However this makes the keyboard to loose its focus prompting user to tap before focus is regained for correction. Is it possible to validate the pin after it's completed without losing keyboard focus inorder to enable faster user's interaction.

I am running app on desktop by the way.