DavidAJohn / BookwormsLendingLibrary

Blazor Server client UI with a .NET Web API backend for an imaginary online library.
https://bookwormslibrary.azurewebsites.net
6 stars 4 forks source link

Search box only works first time #8

Closed DavidAJohn closed 3 years ago

DavidAJohn commented 3 years ago

If a user types into the search box in the navbar at the top of the page and submits it, the results are shown the first time, but if the input is changed and the user re-submits with another button click, the search results are not updated, despite the URL changing.

This appears to be a choice that the Blazor framework is making not to re-render the page. Is there a way to change this?