pstanoev / simple-svelte-autocomplete

Simple Autocomplete / typeahead component for Svelte
http://simple-svelte-autocomplete.surge.sh/
MIT License
464 stars 78 forks source link

Typo for closing html tag in README #201

Open maruk0chan opened 1 year ago

maruk0chan commented 1 year ago

tag - customize the tag blocks displayed when multiple selection is enabled: <div slot="tag"> <span class="tag">{label}</span> <span class="delete-tag" on:click|preventDefault="{unselectItem(item)}"></span> </slot>

The closing tag is slot. I think it should be

.