-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTP cramming into one field on iOS #164
Comments
Yeah, but just for a fraction of a second. It gets splitted afterwards and placed into the separate fields. When you have a look at the code you will see that there is a simple check on TextChange which will count the length of letters in the first input in order to detect an OTP insertion, split it up and paste it into the TextFields. With this approach, I don't see much room to fix this. I think, we could make it visually more appealing when playing around with |
Is there any fix or patch for this one yet ? I'm currently encountering this problem. |
If anybody is looking for a solution to this problem. I have created a patch: |
Any fix for this? |
DESCRIPTION
When we receive an SMS notification on iOS and click on the copy button to copy the OTP, the same is pasted into the OTP input fields with the exception that the entire string is placed and crammed into the very first box instead of getting separated and placed properly into the required number of pins.
Expected behavior
Copying the OTP from the SMS should fill the pins properly.
Phone:
The text was updated successfully, but these errors were encountered: