blactrojan
Results
2
comments of
blactrojan
https://github.com/devfolioco/react-otp-input/issues/306#issuecomment-1160417780 You can use this snippet and implement a similar one, just change focusInput to 0 and it should work
Found out a way to fix this ``` import React, { useEffect, useRef, useState } from "react"; import OtpInput from "react-otp-input"; const App = () => { const [otp, setOtp]...