Skip to content

Commit

Permalink
Update select.lite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 26, 2024
1 parent 58b18eb commit b669db9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/components/select/select.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ export default function DBSelect(props: DBSelectProps) {
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 b669db9

Please sign in to comment.