You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultiSelect validate throw the wrong result "Expected array, received boolean" when worked with FormField,validation engine is zod.
Remove the FormField, the form validation is working properly.
Describe the bug
MultiSelect validate throw the wrong result "Expected array, received boolean" when worked with FormField,validation engine is zod.
Remove the FormField, the form validation is working properly.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/xwercpav?file=src%2FApp.vue
Environment
win10 x64
Vue version
3.5.13
PrimeVue version
4.2.5
Node version
20.11.1
Browser(s)
Chrome 131.0.6778.265
Steps to reproduce the behavior
Expected behavior
The form validation is working properly.
The text was updated successfully, but these errors were encountered: