We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b048e commit 5d4760dCopy full SHA for 5d4760d
2 files changed
pages/js/popper/html-vanilla/index.template.html
@@ -11,6 +11,7 @@
11
</head>
12
<body class="layout bg" toc>
13
<div class="body">
14
+
15
<div class="inside">
16
<h2>Menu</h2>
17
<ul>
pages/js/popper/html-vanilla/simplest.htm
@@ -3,7 +3,7 @@
3
<button popovertarget="mypopover" popovertargetaction="show">Show popover</button>
4
<button popovertarget="mypopover" popovertargetaction="hide">Hide popover</button>
5
6
-<div id="mypopover" popover>Popover content</div>
+<div id="mypopover" popover>Popover content <input type="text" /></div>
7
<!--
8
https://mdn.github.io/dom-examples/popover-api/#:~:text=Demonstrates%20a%20basic%20auto%20state%20popover.
9
from: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API#examples
0 commit comments