Skip to content

Commit

Permalink
Merge pull request #2053 from solliancenet/ah-ui-input-tooltip-fix
Browse files Browse the repository at this point in the history
Fix issue where info tooltip not accessible to screen readers
  • Loading branch information
ciprianjichici authored Dec 11, 2024
2 parents c7c3dda + 6b19b26 commit d3b3379
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 d3b3379

Please sign in to comment.