Help creating a datalist? (dropdown with text entry)

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:

Dropdown with text entry

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?

I think if HTML datalist is doing the job, then what you are looking for is multi-dropdown that you can only select one item. You can add it from the plugins:
image

See the demo below:
chrome_t8igU2fG0P

image