Expand my Community achievements bar.

Drop-Down List Questions

Avatar

Former Community Member

DropDownList.jpg

HI, my name is Jaeho. I have a question.

When I select a value in dropdown-list(change event), how can I get the value which I selected?

I want to show the string,"apple basket" at Text box. But I can't.

Let me know how I can get the value which I selected.

1 Reply

Avatar

Level 9

Hi,

In the change event of the DropDown write the following script.

TextField.rawValue = xfa.event.change;

Thanks,

Bibhu.