FormField: Missing attribute "name" in FormFieldProps #7145
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The attribute
name
should be a (perhaps required?) property inFormFieldProps
.Pull Request Link
#7144
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-m1hqz9ls
Environment
Vue 3 SFCs +
vue-tsc
5.7.3 with strict template checkingVue version
3.5.13
PrimeVue version
4.2.5
Node version
20.10.0
Browser(s)
No response
Steps to reproduce the behavior
npx vue-tsc --noEmit
Expected behavior
The attribute
name
should be declared as part ofFormFieldProps
.The text was updated successfully, but these errors were encountered: