Skip to content

Commit

Permalink
chore/autocomplete empty html markup rendering (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
TazorDE authored Jan 29, 2024
1 parent c283b12 commit 979e08b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-insects-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/skeleton": patch
---

chore:Applied HTML-markup interpretation to Autocomplete-empty-state
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@
</ul>
</nav>
{:else}
<div class="autocomplete-empty {classesEmpty}">{emptyState}</div>
<div class="autocomplete-empty {classesEmpty}">{@html emptyState}</div>
{/if}
</div>

0 comments on commit 979e08b

Please sign in to comment.