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 80b805f commit fb77ab0Copy full SHA for fb77ab0
examples/index.html
@@ -6,9 +6,9 @@
6
</head>
7
<body>
8
<filterable-input aria-owns="results" src="/examples/results.html">
9
- <input type="text">
+ <label>Search robots <input type="text"></label>
10
</filterable-input>
11
- <div id="results"></div>
+ <ol id="results"></ol>
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
@@ -1,6 +1,4 @@
1
-<ol>
2
- <li>item</li>
3
4
5
-</ol>
+<li>Hubot</li>
+<li>BB-8</li>
+<li>Wall-E</li>
+<li>Bender</li>
0 commit comments