tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
535 stars 241 forks source link

MaxLength in OTP input Box #196

Open TRIPTI-JAIN opened 2 years ago

TRIPTI-JAIN commented 2 years ago

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