mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Replace OnOtpCompletionListener with OnOtpTextChangeListener #104

Closed Janekxyz closed 4 years ago

Janekxyz commented 4 years ago

Replace onCompleteListener to be more aware of otp changes. This change also give availability to detect character remove.

Janekxyz commented 4 years ago

@mukeshsolanki

This change gives user ability to detect changes e.g. character remove. Thanks to that change user will be able to detect single change.

I think it gives more ways to interact with this library especially when you need to do something on single change.

rmaming commented 4 years ago

I think this feature is what i am looking for. When will this be available?

mukeshsolanki commented 4 years ago

There is no need for this you can simply add a text watcher to achieve this,

PembaTamang commented 1 year ago

textwatcher is not working for me what could be the problem ?