TextInput_v2 Op

TextInput

Get a string from an sidebar input field


<p>Let’s you enter a string in the sidebar, which you can then e.g. render in your patch</p>


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


INPUT PORTS


Link (Object)

<p>Where to attach the sidebar item to (Sidebar / Sidebar Group)</p>

Text (String)

<p>The text label</p>

Default (String)

<p>The default text in the input field</p>

Placeholder (String)
Type index (Number:

<i>integer</i>

)

TextArea (Number:

<i>boolean</i>

)

<p>Enables a multi line input field</p>

Grey Out (Number:

<i>boolean</i>

)

<p>Grey out text input area</p>

Visible (Number:

<i>boolean</i>

)

<p>Disable visibility for text input field</p>

Clear (Trigger)

OUTPUT PORTS


Children (Object)

<p>In case you want to add other Sidebar items below</p>

Result (String)

<p>The text which was entered in the input field</p>

Focus (

<i>boolean</i>

Number)


Patches using TextInput_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-10-10 15:36
react properly to disconnecting parentuser avatarstephan - 2022-02-03 12:36