Skip to content

Conversation

@edimitchel
Copy link

@edimitchel edimitchel commented Nov 22, 2025

πŸ”— Linked issue

Resolve #5503

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

In order to support multiple fields inside one form field (for field working together, i.e. time and its unit), this PR add the possibility to pass a list of name in form field. This will ask to add manually name to field to track state.
As a result, errors of each fields would appear in the form field area. Check playground example.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@github-actions github-actions bot added the v4 #4488 label Nov 22, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 23, 2025

npm i https://pkg.pr.new/@nuxt/ui@5515

commit: 0a799bd

@benjamincanac benjamincanac changed the title feat(FieldForm): add multiple fields support feat(FormField): add multiple fields support Nov 24, 2025
@benjamincanac benjamincanac requested a review from romhml November 24, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v4 #4488

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UFormField] Be able to have list of names

1 participant