Reusable component value input field as dropdown

Hello, is it possible to create a dropdown instead of text input field?
I tried with string array, but it just shows up as text, not selectable:


It looks like this when imported:
image

Hi @Erikas_Martinaitis ,

Could you let us know more about what you are trying to perform ?

Do you want to create a Library ?

It is a library component input, I was wondering whether it is possible to create a dropdown for values like in the picture, instead of text input
image
image

Hii @Erikas_Martinaitis ,
As I observed earlier If you have 4 or more inputs then the option will be dropdown otherwise it will be to check.

image

image

Thanks :slightly_smiling_face:

4 Likes

@Erikas_Martinaitis ,

I believe that functionality is still not yet available. We however can create Radio Button on Boolean Type Inputs and some more types but a String Array will appear as a String array and not as a Dropdown.
image

You check more on configuring the layout of a Library Activity in the below doc :

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.