We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ab0f8 commit c88b21cCopy full SHA for c88b21c
packages/ui-focusable/src/Focusable/README.md
@@ -15,7 +15,7 @@ type: example
15
console.log(options)
16
return <span>
17
<div>
18
- <Button aria-labelledby="focusable-example1-button focusable-example1-tooltip" id="focusable-example1-button">Focus me!</Button>
+ <Button aria-describedby="focusable-example1-tooltip">Focus me!</Button>
19
</div>
20
{options.focused && (
21
<ContextView
0 commit comments