Skip to content

Commit fb77ab0

Browse files
committed
Update example
1 parent 80b805f commit fb77ab0

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</head>
77
<body>
88
<filterable-input aria-owns="results" src="/examples/results.html">
9-
<input type="text">
9+
<label>Search robots <input type="text"></label>
1010
</filterable-input>
11-
<div id="results"></div>
11+
<ol id="results"></ol>
1212

1313
<!-- GitHub Pages development script, uncomment when running example locally and comment out the production one -->
1414
<!-- <script src="../dist/index.umd.js"></script> -->

examples/results.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<ol>
2-
<li>item</li>
3-
<li>item</li>
4-
<li>item</li>
5-
<li>item</li>
6-
</ol>
1+
<li>Hubot</li>
2+
<li>BB-8</li>
3+
<li>Wall-E</li>
4+
<li>Bender</li>

0 commit comments

Comments
 (0)