Skip to main content

Dropdown in script

  • February 8, 2023
  • 2 replies
  • 36 views

Forum|alt.badge.img+3
  • Participating Frequently
  • 7 replies

In scripts we have input.buttonsAsync to create a n input button but if i would like to give a list with many options to choose from that is not very ideal. Is there any way to have a dropdown list (that is searchable & can have a default value)?

On a side note is there also a way of having a radio button?

2 replies

Forum|alt.badge.img+13
  • Inspiring
  • 31 replies
  • February 9, 2023

Hey @yiddy - all the Scripting Extension input options are here and dropdowns/radio buttons are not an option.

If you're looking to have a more custom UI, you might want to check out Custom Extensions which have more built-in options and allow you to define your own HTML/CSS/JS


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • 7 replies
  • February 17, 2023

Hey @yiddy - all the Scripting Extension input options are here and dropdowns/radio buttons are not an option.

If you're looking to have a more custom UI, you might want to check out Custom Extensions which have more built-in options and allow you to define your own HTML/CSS/JS


Thank you @marks. I am just familiarizing myslef with scripts & its a bit tough to go start creating react scripts as that is not as easy to familiarize. that is why I was hoping it is possible in the scripting extension.