Create Drop Down List - input dialog with two items

I am trying to create a input dialog that has a drop down box (since the number of characters can be limited when using buttons). I only have two options for my input so the software default to the buttons. Is there a way to have it use the drop down when there are only two options?

In property Panel you can see Option there you can give multiple options as an array Ex : {“Text”,“Number”,“Letter”}. So you will get a drop down list.

2 Likes

Hi Hermanth,

Thank you for the response!

If i still only have two options it wont let me do a drop down, it defaults to the buttons. Is there any way around this?

Maybe if you have a blank entry? One that defaults to the blank space?