Skip to content

Commit

Permalink
feat: ♿ Improve rgaa for error message in dsfrInputGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
iNeoO committed Jul 18, 2024
1 parent 98d602b commit 049c063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DsfrInput/DsfrInputGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const messageClass = computed(() => props.errorMessage ? 'fr-error-text' : 'fr-v
v-if="message"
class="fr-messages-group"
role="alert"
aria-live="polite"
>
<p
:id="descriptionId"
Expand Down

0 comments on commit 049c063

Please sign in to comment.