Edit Dropdown text?

What I’m trying to do:
Create a dropdown, with editable text. Meaning, you get a cursor with the ability to change the dropdown text if you click inside of it.

Basically, something like this:
https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-autocomplete-list.html

I assume this problem has been solved before, I just haven’t seen anything in the fourms

You might want to have a look at:

1 Like

In addition to the component that Owen linked to, which pulls from a data table, I have one that uses a static list (which you can fill from a data table if you want): Autofill textbox via custom HTML

Thanks! Really a big help.