Hello - I am building a Power App containing a gallery that the user will select an item from after searching for it. This is a picture of the app so far:
Gallery Properties:
Items: Filter(AllOpenRoles,StartsWith(JobReqID,Textboxsearchinput.Text))
OnSelect: UpdateContext({varSelectedItem:ThisItem})
Visible: If(IsBlank(Textboxsearchinput.Text),false,true)
Once the user selects a gallery item from the list, I want the gallery to disappear (as you can see, the list still remains even when the text input is populated. I'm newer to Power Apps and am stuck on how to make this happen. Any suggestions for a property/formula that I could use?
Thank you!