Skip to content

Commit

Permalink
Merge pull request #2055 from solliancenet/ah-ui-input-tooltip-fix-09…
Browse files Browse the repository at this point in the history
…1alpha1

(0.9.1-alpha1) Fix issue where info tooltip not accessible to screen readers
  • Loading branch information
ciprianjichici authored Dec 11, 2024
2 parents 4729c3a + ac62a03 commit cb1b17a
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 cb1b17a

Please sign in to comment.