We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UForm
UModal
form
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
Nuxt
v3.0.2
https://stackblitz.com/edit/github-s2opq2ko?file=app/pages/index.vue
Given this component nesting:
This is rendered as the following html:
div
I couldn't find a mention in the documentation that this is expected behaviour.
To reproduce:
I am happy to have a crack at a PR, if you're willing to point me in the right direction 😌
For context, this is our use case:
The text was updated successfully, but these errors were encountered:
This is related to nested forms, we'll add something to opt out of it. Let's track this discussion in #3849.
Sorry, something went wrong.
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.2
Reproduction
https://stackblitz.com/edit/github-s2opq2ko?file=app/pages/index.vue
Description
Given this component nesting:
UForm
UModal
UForm
This is rendered as the following html:
UForm
->form
- ✅UModal
->div
- ✅ (teleported to root)UForm
->div
- ❌ I am expectingform
.I couldn't find a mention in the documentation that this is expected behaviour.
To reproduce:
div
:I am happy to have a crack at a PR, if you're willing to point me in the right direction 😌
Additional context
For context, this is our use case:
Logs
The text was updated successfully, but these errors were encountered: