Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

combo box - allow custom text

Avatar

Level 4
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

Level 10
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";