4.0.0 • Published 7 years ago
@cwmr/paper-autocomplete v4.0.0
paper-autocomplete
Autocomplete component compatible with Polymer 3.x
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-autocompleteUsage
<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 installHow to run the project
You just need
npm run startHow to run the tests
Locally
In order to run the tests you have two option. You can either run:
npm run testRemote (in Saucelabs)
npm run test:remoteYou must set these two environment variables:
SAUCE_USERNAMEandSAUCE_ACCESS_KEYbefore running remote tests.
How to lint the project
npm run lint4.0.0
7 years ago