DEV Community

Cover image for Luggest: A Lightweight Javascript Autocomplete Library
jQueryScript
jQueryScript

Posted on

Luggest: A Lightweight Javascript Autocomplete Library

Luggest: a lightweight JavaScript autocomplete library with zero dependencies. No jQuery required.

Key features:

  • Works with static arrays or AJAX endpoints
  • Keyboard navigation built in
  • Instance-based API (like CKEditor)
  • Supports structured data with value/label/metadata
  • Configurable min length and callbacks

Perfect for adding autocomplete to forms without framework overhead.

πŸ‘‰ Blog Post

πŸ‘‰ GitHub Repo

πŸ‘‰ Live Demo

Top comments (0)