Skip to content

mroderick/plete

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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