Skip to content

Commit 4eca774

Browse files
committed
Made Input tag self-closing
1 parent 1bd1b2f commit 4eca774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/tutorial/autocomplete-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We want the component to simply provide an input field and yield the results lis
5959
@key-up=(action "handleFilterEntry")
6060
class="light"
6161
placeholder="Filter By City"
62-
>
62+
/>
6363
{{yield this.results}}
6464
```
6565

0 commit comments

Comments
 (0)