Feb 08, 2023 11:01 AM - edited Feb 08, 2023 11:03 AM
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?
Feb 09, 2023 02:01 PM
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
Feb 16, 2023 07:22 PM
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.