There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Sidebar.DropDown_v2
Shows a drop-down (select) element in the sidebar
summary (oneliner)
Use a dropdown if you want to select one value out of many, e.g. Circle
with options Circle, Rectangle, Triangle
. To enter the values you can use Ops.Array.ParseArray.
doc
issues
example patch id
youtube id
caniuse query
collections
Inputs
Link (Object)
Link to the container (Sidebar or Sidebar Group)
Text (string /Number)
Label text
Values (Array)
Array of options, use Ops.Array.ParseArray to enter manually
Default (string /Number)
The default value
Grey Out (boolean /Number)
Visible (boolean /Number)
Outputs
Children (Object)
Connect other sidebar ops here
Result (Number)
The currently selected value or the default value
Index (Number)
Patches using DropDown
Changelog
Enhancement: Outputs Index Number
2019-09-10 - pandur
2019-09-10 - pandur