pstanoev / simple-svelte-autocomplete

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

Min chars for search & hiding all items after select #189

Open Veelurian opened 1 year ago

Veelurian commented 1 year ago

Two Questions:

  1. How do I make the search only begin when at least 4 characters are entered?
  2. Is it possible NOT to display all possible/selectable items when clicking again in the input field after selecting an item?

I want to make a Quiz with it and not show all possible answers to the player at all time.

Thanks for the great Component! ♥️