fix(FormField): resolve minor accessibility and rendering issues (#4515)

Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
Thilo Hettmer
2025-07-16 21:55:57 +02:00
committed by GitHub
parent 8b42365bf4
commit c64c4cdea0
7 changed files with 80 additions and 55 deletions

View File

@@ -79,7 +79,7 @@ exports[`FormField > renders with help correctly 1`] = `
<!--v-if-->
</div>
<div class="">
<div class="mt-2 text-muted">Username must be unique</div>
<div id="v-0-0-help" class="mt-2 text-muted">Username must be unique</div>
</div>
</div>"
`;
@@ -91,7 +91,7 @@ exports[`FormField > renders with help slot correctly 1`] = `
<!--v-if-->
</div>
<div class="">
<div class="mt-2 text-muted">Help slot</div>
<div id="v-0-0-help" class="mt-2 text-muted">Help slot</div>
</div>
</div>"
`;