Closed rajatgalav closed 4 years ago
I am using OTPInputView for ios.
<OTPInputView style={{width: '80%', height: 200}} pinCount={6} codeInputFieldStyle={{ fontSize: 18, width: 30, height: 45, borderWidth: 0, borderBottomWidth: 1, }} codeInputHighlightStyle={{borderColor: "#03DAC6",}} onCodeFilled = {(code) => this.verify(code)} />
When i click on keyboard clipboard to read otp, whole value is filled in first input field and only last two numbers are shown in the input field. After some time it spread to whole 6 input fields.
same problem. the bug is still repeating.
Hi! Any updates?
any updates? facing same issue
This issue is also visible on the demo GIF :)
Why is this closed?
I am using OTPInputView for ios.
When i click on keyboard clipboard to read otp, whole value is filled in first input field and only last two numbers are shown in the input field. After some time it spread to whole 6 input fields.