react-otp-input icon indicating copy to clipboard operation
react-otp-input copied to clipboard

background color on the last otp input.

Open ayobamiseun opened this issue 1 year ago • 7 comments

i get this weird background color on the last input otp issues

ayobamiseun avatar Oct 17 '23 22:10 ayobamiseun

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

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

itz-saran avatar Nov 01 '23 08:11 itz-saran

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

CCoder23 avatar Nov 04 '23 11:11 CCoder23

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

ayobamiseun avatar Nov 05 '23 12:11 ayobamiseun

I fixed this problem on this pull request #432

devlopersabbir avatar Dec 27 '23 10:12 devlopersabbir

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?

jethrolibutan avatar Dec 27 '23 19:12 jethrolibutan