Skip to content

Commit

Permalink
Update ChatInput component accessibility and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CronkCode committed Dec 11, 2024
1 parent c7c3dda commit 6b19b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/UserPortal/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<i
class="pi pi-info-circle"
tabindex="0"
aria-label="info icon"
aria-hidden
@keydown.esc="hideAllPoppers"
></i>
<template #popper>
Expand Down Expand Up @@ -278,6 +278,7 @@
>
<p id="chat-input-label" class="sr-only">
The agent can make mistakes. Please check important information carefully.
Use Shift+Enter to add a new line.
</p>
<textarea
id="chat-input"
Expand Down

0 comments on commit 6b19b26

Please sign in to comment.