An autocomplete component that renders badges for selected options
-
Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You can find it here.
-
Install local dependencies:
npm install
- Build the code:
npm run build
- Test the code:
npm run test
- Open the demo at demos/index.html on your browser.