Hello everyone,
I’ve created a search bar using a TextBox and a Button to search through a list.
The search is working — it shows the matching items — but I want to display the keyword that the user typed (for example, in a Label or in the ListView subtitle), and I don’t know how to do it.
My problem: the app shows the search result, but not the actual keyword that was typed.
How can I display the search term that the user typed?
I’ve attached a screenshot of my blocks for reference.
Thank you so much