paper-autocomplete
extends earlier efforts such as this
https://github.com/rodo1111/paper-input-autocomplete to provide
keyboard support, remote binding and results scrolling.
bower install paper-autocomplete
<link rel="import" href="bower_components/paper-autocomplete/paper-autocomplete.html">
<paper-autocomplete id="my-id" label="Select" ></paper-autocomplete>
http://ellipticaljs.github.io/paper-autocomplete/
Check out our Contributing guide!
Clone the repository and run:
npm install
You just need
In order to run the tests you have two option. You can either run:
npm run test
or you can run:
npm run start
And then open this URL: http://localhost:8080/components/paper-autocomplete/test/
Please note: at this moment there is a known issues and these two tests always fail:
ARIA state and property values must be valid
Attributes which refer to other elements by ID should refer to elements which exist in the DOM
npm run lint