Material Design autocomplete component.
npm install @cwmr/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.
`` bash`
npm install --save paper-autocomplete
`html
`
Check out our Contributing guide!
Clone the repository and run:
``
npm install
You just need
``
npm run start
In order to run the tests you have two option. You can either run:
``
npm run test
``
npm run test:remoteSAUCE_USERNAME
> You must set these two environment variables: and SAUCE_ACCESS_KEY before running remote tests.
```
npm run lint