Copy link to clipboard
Copied
I am creating a form where the user can select from a list inside a textbox.
Because I know very klittle of Javascript i have reched a dead point, and I hope to find a solution.
What I am trying to do is this: when the user clicks inside a textbox a list of words pops up, ex.:
Alfa
Bravo
Charlie
Delta
Each time the user clicks in the textbox the list pops up and the user selects one word.
Let's say that the user selects first Delta, then clicks again and selects Alfa, I want the textbox to show this:
Delta, Alfa.
How do i do it?
Copy link to clipboard
Copied
Can you post the code you've used so far for this?
Copy link to clipboard
Copied
Well, that is the problem. My knowledge of Javascript is very limited, close to zero.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now