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 9 vue3-otp-input issues
Sort by recently updated
recently updated
newest added

Hello is it possible to pre-fill the inputs? Perhaps v-model ?

enhancement

Problem: With current version I'm not able to set value. Solution: value prop along with input event can be provided to support v-model Also make development experience great.

enhancement

I am using the otpInput as below: `` But when I call `otpInput.value.clearInput()` in the `handleOnComplete()` it clears only the first 5 inputs but not the last one. Not sure...

bug

'which' is deprecated Link: [see more](https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/which) 'keyCode' is deprecated Link: [see more](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode)

enhancement

Input default was set to [0-9]. When the form is submitted, it invalidates entries with letters. Only numbers are allowed. Even setting the input-type to letter-numeric and the inputmode to...

bug

workflow like: https://github.com/reslear/vue-strapi-blocks-renderer-demo/blob/main/.github/workflows/nuxtjs.yml

enhancement

**Describe the bug** When I run `npm install` it produces the following error ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving:...

bug

On iPhone AutoFill "From Messages" doesn't work with Chrome, it works only on Safari.

bug