Flutter_Pinput
Flutter_Pinput copied to clipboard
Show error msg without losing keyboard focus
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.