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

fix(inputotp): complete value on form submittion #7106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

J-Michalek
Copy link
Contributor

Fix #7025

The component would create a named input for each of the characters but that does not work with the form submit event because it will only collect the last input of the duplicately named inputs.

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Jan 16, 2025 3:56pm
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Jan 16, 2025 3:56pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InputOtp: Only received last input value
1 participant