Skip to content

Commit 54d52e9

Browse files
committed
test(tooltip): disable a11y autofocus warning
1 parent 63602a0 commit 54d52e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Tooltip/TooltipPointerCapture.test.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
</script>
44

55
<Tooltip iconDescription="Information">
6+
<!-- svelte-ignore a11y-autofocus -->
67
<input type="text" autofocus />
78
</Tooltip>

0 commit comments

Comments
 (0)