Environment
- Operating System:
Darwin
- Node Version:
v22.13.0
- Nuxt Version:
3.16.2
- CLI Version:
3.24.0
- Nitro Version:
2.11.8
- Package Manager:
[email protected]
- Builder:
-
- User Config:
-
- Runtime Modules:
-
- Build Modules:
-
Is this bug related to Nuxt or Vue?
Nuxt
Version
nuxt-ui 3.1.0
Reproduction
https://ui.nuxt.com/components/form
Open in Chrome and check issues in devtools. The linked erroring nodes are all RadioGroups or CheckboxGroups.
Description
The FormField component correctly removes the for attribute from the label for the RadioGroup & CheckboxGroup components. Chrome devtools would suggest that there should be a further step so that <label> is not used at all in this context.
I am happy to propose changes.
Additional context
No response
Logs