Skip to content

Commit 36da083

Browse files
authored
Merge pull request #880 from dnum-mi/feat/DsfrInputGroup-rgaa-aria
feat: ♿ Improve rgaa for error message in dsfrInputGroup
2 parents 815b16c + 049c063 commit 36da083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DsfrInput/DsfrInputGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const messageClass = computed(() => props.errorMessage ? 'fr-error-text' : 'fr-v
6262
v-if="message"
6363
class="fr-messages-group"
6464
role="alert"
65+
aria-live="polite"
6566
>
6667
<p
6768
:id="descriptionId"

0 commit comments

Comments
 (0)