You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior should likely be determined by the app using the library, not the library. We should look into whether this can be a toggled option, or maybe a callback or some sort.
Currently, after you enter the last digit in your pin number, the keyboard closes automatically:
https://github.com/PixelMEDIA/android-pin-number/blob/master/src/com/pixelmedia/androidpinnumber/PinNumberTextWatcher.java#L30
This behavior should likely be determined by the app using the library, not the library. We should look into whether this can be a toggled option, or maybe a callback or some sort.