primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.88k stars 1.19k forks source link

InputOtp: Unable to delete value on Android Chrome #5800

Open tommykamkcm opened 3 months ago

tommykamkcm commented 3 months ago

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

a777med commented 3 months ago

Duplicate/related https://github.com/primefaces/primevue/issues/5337