Expand my Community achievements bar.

How to automatically display the first item in a drop-down list

Avatar

Former Community Member
Hi, I have a drop down list populate from a script and I want user see the first item as pdf is open.



Thank you for your help
2 Replies

Avatar

Former Community Member
Hi,



I use this script :



list.rawValue = list.getDisplayItem(0);



where list is your drop down list populate.