We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68eb389 commit fda3749Copy full SHA for fda3749
examples/index.html
@@ -5,7 +5,10 @@
5
<title>filterable-input demo</title>
6
</head>
7
<body>
8
- <filterable-input></filterable-input>
+ <filterable-input aria-owns="results" src="/examples/results.html">
9
+ <input type="text">
10
+ </filterable-input>
11
+ <div id="results"></div>
12
13
<!-- GitHub Pages development script, uncomment when running example locally and comment out the production one -->
14
<!-- <script src="../dist/index.umd.js"></script> -->
examples/results.html
@@ -0,0 +1,6 @@
1
+<ol>
2
+ <li>item</li>
3
4
+</ol>
0 commit comments