Menu
Libraries |
Category

svelte-autocomplete

  • Lightweight autocomplete/typeahead component built with Svelte.js
  • Key features:
    • No dependencies
    • Supports asynchronous data loading
    • Works with both plain lists and key/value pairs
  • Target audience: Developers needing a simple autocomplete solution
  • Svelte support: Primarily designed for Svelte but can be used in any JS project via bundled version
  • Core functionality:
    • Configurable minimum characters to trigger (default: 2)
    • Limits displayed items (default: 10)
    • Flexible matching (start of string or anywhere)
  • Includes slots for custom loading indicators during async operations
  • Demo available at http://svelte-autocomplete.surge.sh/

sveltesveltejssvelte-componentsautocompleteauto-completetypeaheadautosuggestjavascript

Comments