Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

chadweimer/paper-autocomplete

 
 

Repository files navigation

paper-autocomplete

Autocomplete component compatible with Polymer 3.x

Published on webcomponents.org

paper-autocomplete extends earlier efforts such as this https://github.com/rodo1111/paper-input-autocomplete to provide keyboard support, remote binding and results scrolling.

Installation

npm install --save paper-autocomplete

Usage

<script type="module" href="node_modules/@cwmr/paper-autocomplete/paper-autocomplete.js">

<paper-autocomplete id="my-id" label="Select"></paper-autocomplete>

Want to contribute?

Check out our Contributing guide!

For Developers

Getting Started

Clone the repository and run:

npm install

How to run the project

You just need

npm run start

How to run the tests

Locally

In order to run the tests you have two option. You can either run:

npm run test

Remote (in Saucelabs)

npm run test:remote

You must set these two environment variables: SAUCE_USERNAME and SAUCE_ACCESS_KEY before running remote tests.

How to lint the project

npm run lint

About

Polymer Autocomplete Component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.9%
  • HTML 38.9%
  • Shell 2.2%