cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to have Editable dropdown

Former Member
0 Kudos

Is it possible to make a dropdown where user can give input also like a input field.

Also, is it possible to add link/buttons as dropdown values.

Thanks in advance,

Prosun

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi Prosun,

It's not possible to have the user type a value into a DropDownByKey or DropDownByIndex element. As of enhancement pack 3, the InputField element has a suggestValues property that might suit your needs if you are at that enhancement pack level-- as the user types, matching values are suggested.

As for providing a link or button as a DropDown option, no this is not possible, but you can use the DropDown's onSelect event to trigger an action when the user makes a selection. In the event's action handler method, you could determine which option the user selected and perform some action.

Cheers,

Amy