naveenvignesh5 / react-native-otp-textinput

Text View usable for OTP / Pin implementation
MIT License
144 stars 60 forks source link

Calling a function when the last input is filled #59

Open tahahaz1374 opened 2 months ago

tahahaz1374 commented 2 months ago

Do we have an option to call a function when the last input is filled?

sudhanshu-busy commented 2 months ago

Do we have an option to call a function when the last input is filled?

you can do it by using handlecelltext and use condition i=(no.of cell - 1) that works for me