DropDown_v2 Op
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Link (Object)
Text (String)
Values (Array)
Array of options, use Ops.Array.ParseArray to enter manually
Default (String)
Grey Out (boolean /Number)
Visible (boolean /Number)
Lines (integer /Number)
Outputs
Children (Object)
Result (String)
Index (Number)
Patches using DropDown_v2
Changelog
created op 2020-01-22 - tim | |
react properly to disconnecting parent 2022-02-03 - stephan | |
add trigger to set default value 2022-02-18 - stephan |