Is your feature request related to a problem? Please describe.
When running OTP multiple times, the user can see the previous code added (which is invalid as a suggestion for the 1 + N prompt)
Describe the solution you'd like
It'd be nice to have an option to ignore suggestions (for iOS) and disable the automatic copy paste (android)
iOS fix could use <TextInput autoCorrect={false}/>
Android fix could just take down a flag like disableClipboardUse which will gate the use of the clipboard
Describe alternatives you've considered
Note sure of a workaround for iOS but for android it is possible to clear the clipboard before/after the OTP is filled
Is your feature request related to a problem? Please describe. When running OTP multiple times, the user can see the previous code added (which is invalid as a suggestion for the 1 + N prompt)
Describe the solution you'd like It'd be nice to have an option to ignore suggestions (for iOS) and disable the automatic copy paste (android)
iOS fix could use
<TextInput autoCorrect={false}/>
Android fix could just take down a flag like
disableClipboardUse
which will gate the use of the clipboardDescribe alternatives you've considered Note sure of a workaround for iOS but for android it is possible to clear the clipboard before/after the OTP is filled