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.
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.