rubyforgood / applied-conservation

MIT License
7 stars 17 forks source link

Add webpack/react config, add example of how to make rendered component. #33

Closed jtwhittington closed 6 years ago

jtwhittington commented 6 years ago

Also Add Working autosuggest using react as below:

GIVEN David is creating a new Target WHEN he clicks on the Target Name THEN he sees a list of Name suggestions in a dropdown AND WHEN he starts typing in the input field THEN the list of suggestions only shows suggestions containing the input value AND WHEN he selects a suggestion THEN that suggestion is populated in the input AND WHEN he clicks save THEN he sees the value in the input as the Target name