tttstudios / react-native-otp-input

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

Accept `editable` and pass it to TextInput #82

Closed UncleBill closed 4 years ago

UncleBill commented 4 years ago

In some secure input cases, need to use a builtin keyboard instead of system's, set editable={false} to disable system keyboard popping up.

UncleBill commented 4 years ago

ping @fpena

eric-dao37 commented 4 years ago

Hi @UncleBill, We will check it and merge your PR soon. Thank you

ericdao37 commented 4 years ago

Hi @UncleBill,

Your PR is good now but Can you please update the README.md file with your new prop?

Thank you!

UncleBill commented 4 years ago

@ericdao37 just updated.

UncleBill commented 4 years ago

The README.md got prettied by my editor, you might need to enable "Hide whitespace changes" to checkout real changes.