copy paste OTP not working
Hello I am using your code in one of the project. And in my project one of the requirement is to copy paste OTP. So If User copy OTP from anywhere and paste the code, it will fill all the OTP filed views with pasted OTP. Right now what happen is that, if I copied 123456 and paste, the whole OTP is pasted in first textfield only. But I want to paste only single character in each of textfield.
So please can anyone give me the solution for that. Waiting for the response. Thanks in advance.
@JenishMistry91 Did you find a solution for this? perhaps https://github.com/Root-vb/OTPFieldView/pull/22
@JGVB Yes, I found the solution for this. You can find OTPFiledView.swift file from below attachment and replace with your installed pods OTPFieldView.swift file. OTPFieldView.swift.zip
Hi, is there another solution? I cannot change my POD, as I publish the project for the QA team to test.
@arjdev69 you can fork this repo and make the changes in your own forked code.
@JenishMistry91 Would you consider making a pr for the changes?