Add aria live region to message list so they get read automatically as they come in
This commit is contained in:
parent
7609ac4d88
commit
36fbd0e419
|
@ -28,6 +28,7 @@
|
|||
#default="{ items: messages, fetching: pFetching }"
|
||||
>
|
||||
<XList
|
||||
aria-live="polite"
|
||||
v-if="messages.length > 0"
|
||||
v-slot="{ item: message }"
|
||||
:class="{
|
||||
|
|
Loading…
Reference in New Issue