Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputOtp: Basic usage not showing values in the input fileds #5590

Closed
mateenagy opened this issue Apr 16, 2024 · 2 comments
Closed

InputOtp: Basic usage not showing values in the input fileds #5590

mateenagy opened this issue Apr 16, 2024 · 2 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@mateenagy
Copy link

Describe the bug

When you use <InputOtp v-model="value"> it's not showing the values when typing, also when you delete the values you can't use any of the input anymore and not remove the value.

On the other hand if you use template, it is working as expected.

Reproducer

https://stackblitz.com/edit/usrzap?file=src%2FApp.vue

PrimeVue version

3.50.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

Chrome, Safari

Steps to reproduce the behavior

Just use the basic <InputOtp v-model="value"> component.

Expected behavior

The basic version works as the same as with template.

@mateenagy mateenagy added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 16, 2024
@NamesMT
Copy link

NamesMT commented Apr 16, 2024

Locking vue to 3.4.21 fixed the issue,
Caused by upstream: vuejs/core#10710

@mateenagy
Copy link
Author

It's fixed with Vue 3.4.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants