Skip to content

mroderick/plete

plete

CircleCI codecov npm npm bundle size Netlify Status

A vanilla js autocomplete component that supports remote filtering.

npm install plete --save

Objectives

  • Good WAI-ARIA support
  • Support multiple input types: keyboard, mouse, touch
  • Support local and remote filtering (async function as datasource)
  • Custom rendering of elements
  • Excellent test coverage
  • Zero dependencies

Documentation

Please see plete.dev for documentation.

If you'd like to contribute to the documentation, see plete-docs.

Run the demo site locally

npm ci
npm run start-demo

open http://localhost:8080