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
sometime i am able to type 2 digit in 1 OTP box.
The solution for this problem is for the path : @twotalltotems/react-native-otp-input/dist/index.js , we can add one more attribute in TextInput in renderOneInputField function.
Just add maxLength={1} in the TextInput and it will start working
The text was updated successfully, but these errors were encountered:
sometime i am able to type 2 digit in 1 OTP box.
The solution for this problem is for the path : @twotalltotems/react-native-otp-input/dist/index.js , we can add one more attribute in TextInput in renderOneInputField function.
Just add maxLength={1} in the TextInput and it will start working
The text was updated successfully, but these errors were encountered: