Reputation: 1
On the navbar I have a search box for searching books in the app, I am using search button for it so as to show results only when search is clicked. But after the search you have to manually clear the Text Field and search again to display all results. How can I fix this?
I tried using angular service and passed the search string and filtered the result to show on the page. I was expecting when I clear Text field the results will dynamically update and the user can use search button and Text Field for searching.
Upvotes: 0
Views: 35