I have a firestore collection of "clubs" that contains golf club information. When a user clicks on the dropdown, I want it to display the list of club names, and then when a club name is selected, I want the rest of the page information (image, location, etc.) to be updated to that of the club that was selected.
I have tried to follow multiple different tutorials online but have not been successful usually due to something they used in the video either being greyed out or not being an option in my UI at all.
Select item from dropdown then display other information regarding the item selected
Widgets & Design
I've tried doing the backend query both on the dropdown widget and also the column itself. I have tried using page state variables, app state variables, actions to query, Document from Reference, Query Collection, etc.
Yes
2
8 replies