primevue icon indicating copy to clipboard operation
primevue copied to clipboard

InputOtp: Unable to delete value on Android Chrome

Open tommykamkcm opened this issue 9 months ago • 0 comments

Describe the bug

I have a <InputOtp :length="4" integerOnly /> in my Nuxt project and I just updated primevue to v3.52.0.

I was able to enter a few integers with the numpad (it wasn't working in v3.51.0, so good to see it is now fixed!). However, when I press delete/backspace button on the screen, the component didn't respond.

Reproducer

https://stackblitz.com/edit/primevue-create-vue-issue-template-guflgr?file=src%2FApp.vue

PrimeVue version

3.52.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Nuxt

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

tommykamkcm avatar May 29 '24 16:05 tommykamkcm