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 63602a0 commit 54d52e9Copy full SHA for 54d52e9
tests/Tooltip/TooltipPointerCapture.test.svelte
@@ -3,5 +3,6 @@
3
</script>
4
5
<Tooltip iconDescription="Information">
6
+ <!-- svelte-ignore a11y-autofocus -->
7
<input type="text" autofocus />
8
</Tooltip>
0 commit comments