react-otp-input
react-otp-input copied to clipboard
background color on the last otp input.
i get this weird background color on the last input
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 ?
i think on focusInput if we comments out selecting the input it works: i mean this line inputRefs.current[activeInput]?.select();
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
I fixed this problem on this pull request #432
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?