This might grow into a collection of vue components
demo: https://vueplay.surge.sh
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn build --reportAutocomplete component
TODO:
- provide contact selector data with vuex
provide item renderer to the list [DONE]- display list of top of other elements so that it's rendered outside overflow hidden containers around the input
- list position based on screen realestate below or above the input
- write tests