DropDown_v2 Op

DropDown

Shows a drop-down (select) element in the sidebar


<p>Use a dropdown if you want to select one value out of many, e.g. <code>Circle</code> with options <code>Circle, Rectangle, Triangle</code>. To enter the values you can use <a href="/op/Ops.Array.ParseArray">Ops.Array.ParseArray</a>.</p>


Full Name
  • Ops.Sidebar.DropDown_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch Dropdown / Say Example

Shows how to use the sidebar dropdown to select a word, render it and once a new word has been selected say it with text to speech.

Open In Editor

INPUT PORTS


Link (Object)
Text (String)
Values (Array)

<p>Array of options, use Ops.Array.ParseArray to enter manually</p>

Input (String)
Grey Out (Number:

<i>boolean</i>

)

Visible (Number:

<i>boolean</i>

)

Lines (Number:

<i>integer</i>

)

Set Default (Trigger)

OUTPUT PORTS


Children (Object)
Result (String)
Index (Number)

Patches using DropDown_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatartim - 2020-01-22 12:34
react properly to disconnecting parentuser avatarstephan - 2022-02-03 12:34
add trigger to set default valueuser avatarstephan - 2022-02-18 13:10