Go to file
2018-07-16 20:02:12 +02:00
.gitignore Initial commit 2018-07-16 20:02:12 +02:00
DataListInput.css Initial commit 2018-07-16 20:02:12 +02:00
DataListInput.js Initial commit 2018-07-16 20:02:12 +02:00
README.md Initial commit 2018-07-16 20:02:12 +02:00

Info

This is the repository for the corresponding npm package.

The package provides a input field with a drop down menu to pick a possible option based on the current input as a react component.
Have a look at w3schools.com to see how you can do the same thing with pure html, css, and js.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Feedback

Feel free to get inspired and more importantly provide your feedback on structure and style. I'm more than happy to learn how to improve my code and architecture.

Prerequisites

Install node dependencies

npm install

Start the project

Development environment

npm run devstart

Production environment

npm start