Skip to content

Commit

Permalink
fix(paginator): append select popover to shadow root to attach IDREFs
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Oct 22, 2024
1 parent 98bf586 commit 51448e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dev/pages/paginator/paginator.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<forge-paginator disabled id="forge-paginator-example" total="100"></forge-paginator>
<forge-paginator id="forge-paginator-example" total="100"></forge-paginator>

<script type="module" src="paginator.ts"></script>
2 changes: 1 addition & 1 deletion src/lib/paginator/paginator.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="forge-paginator" part="root">
<div class="forge-paginator" part="root" forge-popover-host>
<div class="container" part="container">
<div class="label" part="label" id="label">
<slot name="label"></slot>
Expand Down

0 comments on commit 51448e9

Please sign in to comment.