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

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

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

XAllure opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
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
@mertsincan mertsincan modified the milestones: 4.3.1, 4.3.0 Jan 6, 2025
@mertsincan mertsincan self-assigned this Jan 6, 2025
@github-project-automation github-project-automation bot moved this from Review to Done in PrimeVue Jan 12, 2025
@mertsincan mertsincan added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add and removed Status: Pending Review Issue or pull request is being reviewed by Core Team labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
Status: Done
Development

No branches or pull requests

3 participants