mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(search): hoist ignore a11y autofocus
comment
In Svelte 5, the comment is ignored when it's above the input element. Setting the comment at the top-level resolves the issue.
This commit is contained in:
parent
8bffc17d65
commit
6152b784c1
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
$: dispatch(expanded ? "expand" : "collapse");
|
$: dispatch(expanded ? "expand" : "collapse");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- svelte-ignore a11y-autofocus -->
|
||||||
{#if skeleton}
|
{#if skeleton}
|
||||||
<SearchSkeleton
|
<SearchSkeleton
|
||||||
size="{size}"
|
size="{size}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue