soywod / react-pin-field

📟 React component for entering PIN codes.
https://soywod.github.io/react-pin-field/
MIT License
412 stars 24 forks source link

Issue with last input field #91

Open salmabader opened 6 months ago

salmabader commented 6 months ago

Hi 👋🏻,

Firstly, thanks for your efforts in this library, it is really useful

I faced an issue with the last input field, when I try to clear it, the last two fields are cleared and this causes calling the onComplete twice. I tried to figure out the issue, but I didn't reach any solution :(

ezgif-8-560513cd79

soywod commented 6 months ago

I faced an issue with the last input field, when I try to clear it, the last two fields are cleared and this causes calling the onComplete twice.

I cannot reproduce this behaviour using the demo page. Could you provide a full working example so I can debug it?

salmabader commented 6 months ago

I just try it on production and it is working properly I'm facing this issue on my local only

soywod commented 6 months ago

I'm facing this issue on my local only

I think it is a duplicate of https://github.com/soywod/react-pin-field/issues/92.