devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
643 stars 423 forks source link

background color on the last otp input. #425

Open ayobamiseun opened 9 months ago

ayobamiseun commented 9 months ago

i get this weird background color on the last input

otp issues
guilherme-oliveira-trybe commented 8 months ago

i have the same problem and i try to fix with css properties on my input but not working

itz-saran commented 8 months ago

@ayobamiseun same here any updates on how you fixed it ?

CCoder23 commented 8 months ago

i think on focusInput if we comments out selecting the input it works: i mean this line inputRefs.current[activeInput]?.select();

ayobamiseun commented 8 months ago

i think on focusInput if we comments out selecting the input it works: i mean this line inputRefs.current[activeInput]?.select();

where can this be done

devlopersabbir commented 6 months ago

I fixed this problem on this pull request #432

jethrolibutan commented 6 months ago

i think on focusInput if we comments out selecting the input it works: i mean this line inputRefs.current[activeInput]?.select();

where can this be done

hello, was this ever solved?