mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
fix(FormField): resolve minor accessibility and rendering issues (#4515)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
@@ -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>"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user