Forms/FormField: The form does not seem to support nested data. #6939
Labels
Status: Pending Review
Issue or pull request is being reviewed by Core Team
Milestone
Describe the bug
such as:
interface User { username: string, age: number, sex: number, amount: { freeze: number } }
<FormField v-slot="$field" name="amount.freeze" initialValue="" class="flex flex-col gap-1" />
Nesting like
amont.freeze
is not supported.Reproducer
nothing
PrimeVue version
4.2.4
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: