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

🐗 A fully customisable OTP input component for Vue 3.x

Results 15 vue3-otp-input issues
Sort by recently updated
recently updated
newest added

``` ``` ``` .otp-input-container { justify-content: space-between; gap: 10px; & > div { .otp-input { height: 34px; width: 100%; font-size: 22px; border: 1px solid $gray-main; text-align: center; } } }...

bug

**Describe the bug** A clear and concise description of what the bug is. When entering OTP on mobile sometimes duplicate values in the next input **To Reproduce** Steps to reproduce...

bug

Hello. On IOS devices input doesnt work autofocus. Available to reproduce from demo page. Input has focus design state but i should to tap on it for start enter values....

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Skip unresolved characters when pasting from the clipboard. **A scenario in which this is particularly useful** If the code consists of more than four characters, it should be separated using...

enhancement