Expand my Community achievements bar.

combo box - allow custom text

Avatar

Former Community Member
hi :)



is there a way to code the option to enter custom text into a combo box?



I see there's a checkbox, but i only want the users to be able to type in it, if a particular option is selected



Thanks!
2 Replies

Avatar

Former Community Member
You can only allow a custom entry on a dropdown list. To allow custom text programatically use this command:



DropDownList1.ui.choiceList.textEntry = "1";



To turn off custom text entry set it to "0";