Skip to content

Commit 979e08b

Browse files
authored
chore/autocomplete empty html markup rendering (#2448)
1 parent c283b12 commit 979e08b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/swift-insects-rush.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@skeletonlabs/skeleton": patch
3+
---
4+
5+
chore:Applied HTML-markup interpretation to Autocomplete-empty-state

packages/skeleton/src/lib/components/Autocomplete/Autocomplete.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@
174174
</ul>
175175
</nav>
176176
{:else}
177-
<div class="autocomplete-empty {classesEmpty}">{emptyState}</div>
177+
<div class="autocomplete-empty {classesEmpty}">{@html emptyState}</div>
178178
{/if}
179179
</div>

0 commit comments

Comments
 (0)