david-legend / otp_textfield

BSD 3-Clause "New" or "Revised" License
63 stars 40 forks source link

Keyboard in numbers are automatically changes to all keyboard. #23

Open abhi22211 opened 5 months ago

abhi22211 commented 5 months ago

Keyboard in numbers are automatically changes to all keyboard. Even after applying KeyboardType.number. Not working properly at all. If I have set to KeyboardType.number then it should not change.

bolexyro commented 4 months ago

I don't think this is a problem with this package. Because even when I implemented mine, I was having the same issue. I think the issue comes from when you are changing the focus of each textfield after filling a character.

sunil-singh-chaudhary commented 4 months ago

did you find any solution same problem occuring to me

abhi22211 commented 4 months ago

Not yet

On Thu, 20 Jun 2024, 10:50 Sunil SIngh, @.***> wrote:

did you find any solution same problem occuring to me

— Reply to this email directly, view it on GitHub https://github.com/david-legend/otp_textfield/issues/23#issuecomment-2179836962, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZUOZ4MM2YXSEPNRARQRLN3ZIJRCFAVCNFSM6AAAAABI6LXYQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZHAZTMOJWGI . You are receiving this because you authored the thread.Message ID: @.***>

sunil-singh-chaudhary commented 4 months ago

ok i remove this lib and use pinput which is much better and easy to use