OpenSTL / VacantSearch

Search for vacant houses in St. Louis
https://openstl.github.io/VacantSearch/
Apache License 2.0
8 stars 12 forks source link

Running a search resets the search form #36

Closed mrpetrocket closed 4 years ago

mrpetrocket commented 5 years ago

Branch: UI-refactor If I run a search, the search form will be reset. I think this is because I am erasing the search form from the dom and then re-adding it when the search is done. I think the solution here is not to do the conditional "form vs search progress bar" render, and instead to just hide the piece that is not being shown at the time.