We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per documentation we should have "values" property on FormSubmitEvent:
FormSubmitEvent.values: Record<string, any> - The form values.
No response
https://stackblitz.com/edit/vitejs-vite-sau3qump?file=src%2FApp.vue
Windows 11
3.5.13
4.2.5
Submit the form with any value.
Provide property according to docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
As per documentation we should have "values" property on FormSubmitEvent:
FormSubmitEvent.values: Record<string, any> - The form values.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/vitejs-vite-sau3qump?file=src%2FApp.vue
Environment
Windows 11
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Submit the form with any value.
Expected behavior
Provide property according to docs.
FormSubmitEvent.values: Record<string, any> - The form values.
The text was updated successfully, but these errors were encountered: