The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Feb 08, 202311:01 AM - edited Feb 08, 202311: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?
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.