Socket
Book a DemoInstallSign in
Socket

plete

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plete

A vanilla js auto complete component

Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
5
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

plete

CircleCI codecov npm

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

Compatibility

This project is aiming for wide compatibility in modern and supported browsers.

This means that no versions of IE, or legacy versions of Safari (before 10) are supported.

If you have to support legacy browsers in your project, you likely already have a transpiling setup and know how to use polyfills.

eslint-plugin-compat is used to ensure contributors are aware when they introduce compatibility issues.

Documentation

Please see plete.dev for documentation

Keywords

vanilla

FAQs

Package last updated on 05 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts