pstanoev / simple-svelte-autocomplete

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

Documentation issue for localFiltering="false" #173

Closed christopherreay closed 2 years ago

christopherreay commented 2 years ago

The code is localFiltering || ...

whereas the documentation in readme.md has localFiltering="false"

it should be <AutoComplete localFiltering={false} />

tyty for useful component

pstanoev commented 2 years ago

Corrected.