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

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

![image](https://github.com/ejirocodes/vue3-otp-input/assets/69897938/dc6c43cf-72c9-4bd1-8f81-e9d03ade3b68) ![image](https://github.com/ejirocodes/vue3-otp-input/assets/69897938/d5633d50-5cc4-4363-b78a-6f63001b976f) ![image](https://github.com/ejirocodes/vue3-otp-input/assets/69897938/1f0a03a7-b71e-4fbe-88d4-dc09c4958778)

bug