iamvivekkaushik/OTPTextField

Allow entry of 6 digit OTP code.

Closed this issue · 2 comments

odaga commented

I am working with a backend that sends a 6-digit OTP code. However, I noticed that this library only allows the entry of codes of length, not more than 5.

There is no hard limit applied by the library you can customize this behavior in the constructor.

closing this.

odaga commented

Yeah, That's fine was able to do so. Thanks.