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

A minimal Code Input Component for react JS.

Results 2 react-code-input issues
Sort by recently updated
recently updated
newest added

when im trying to paste a number it will paste it in the first box only : ``` import ReactCodeInput from "react-code-input"; { setCodeValue(value); setEmailErros(""); }} value={codeValue} /> ``` my...

Its posible to update for support of React 19? Thanks