Skip to content

Commit

Permalink
Update textarea.lite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 26, 2024
1 parent 13d8369 commit 58b18eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/components/textarea/textarea.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ export default function DBTextarea(props: DBTextareaProps) {
DEFAULT_INVALID_MESSAGE}
</DBInfotext>

<!--
* https://www.davidmacd.com/blog/test-aria-describedby-errormessage-aria-live.html
* Currently VoiceOver isn't supporting changes from aria-describedby.
* This is an internal Fallback
//-->
<span data-visually-hidden role="status">
{state._voiceOverFallback}
</span>
Expand Down

0 comments on commit 58b18eb

Please sign in to comment.