Skip to content

Commit

Permalink
SDPA-6115 - Add aria-atomic attribute to rpl-form-alert component (#1199
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Chris Campbell committed Jun 2, 2022
1 parent 6b188d4 commit a3167b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/Molecules/Form/formAlert.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="rpl-form-alert" :class="classes" aria-live="assertive">
<div class="rpl-form-alert" :class="classes" aria-live="assertive" aria-atomic="true">
<rpl-icon :symbol="icon" :color="color" class="rpl-form-alert__icon"></rpl-icon>
<div class="rpl-form-alert__message">
<slot></slot>
Expand Down

0 comments on commit a3167b5

Please sign in to comment.