azavea / pwd-unitybar

Unified header for PWD Stormwater web apps
https://staging-pwd-unitybar.netlify.com/
Apache License 2.0
1 stars 2 forks source link

Demo application not storing search bar value properly #48

Closed kellyi closed 5 years ago

kellyi commented 6 years ago

The demo application in the repo is not currently storing the search bar input value properly, which means it's only showing the most-recently-typed key rather than the entire value.

We should make sure that the search input bar has its input API set up in the way a real React app would expect and also update the Demo component to match.