ozcanalasalvar / otpview

OtpView(PinView) customize your verification
11 stars 1 forks source link

Done button on keyboard #10

Closed trunglt8 closed 6 months ago

trunglt8 commented 6 months ago

how can detect done button on keyboard, help me Listener for this

ozcanalasalvar commented 6 months ago

onTextChange returns two parameters one of them current value that you type, other value is isCompleted that means user fill all boxes. You can handle this issue with using isCompleted parameter which is provied by onTextChange.

trunglt8 commented 6 months ago

onTextChange returns two parameters one of them current value that you type, other value is isCompleted that means user fill all boxes. You can handle this issue with using isCompleted parameter which is provied by onTextChange.

i used isCompleted, so this is not my problem i fill all box. and then i focus it again, now i only touch done button don't edit anything => this is my problem: i can not catch any action or listener