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

Forms/FormField: The form does not seem to support nested data. #6939

Open
XAllure opened this issue Dec 9, 2024 · 0 comments
Open

Forms/FormField: The form does not seem to support nested data. #6939

XAllure opened this issue Dec 9, 2024 · 0 comments
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Milestone

Comments

@XAllure
Copy link

XAllure commented Dec 9, 2024

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

@XAllure XAllure added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 9, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.3.0 milestone Dec 10, 2024
@github-project-automation github-project-automation bot moved this to Review in PrimeVue Dec 10, 2024
@tugcekucukoglu tugcekucukoglu added Status: Pending Review Issue or pull request is being reviewed by Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team
Projects
Status: Review
Development

No branches or pull requests

2 participants