I did some research into what I was looking for, and came across the documentation for an HTML datalist, which is exactly what I’m looking to replicate in my Bubble app:
I created something similar with a text input that triggers a repeating group:
However, the repeating group (left) pushes the page around and I can’t type in the dropdown (right) which leads me to believe I need to use something more like a group focus. Am I on the right track? Have any of you built something similar?