PinLockView
PinLockView copied to clipboard
clear field
How to clear field if password is wrong
Yup, I need that too
There is an API available for that, resetPinLockView(). This method clears the PIN content internally and updates the indicator dots as well.
You can invoke this method on certain use cases as you wish to.
resetPinLockView() works!