TextInput_v2 Op

TextInput

Get a string from an sidebar input field


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


Edit Documentation

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


 

INPUT PORTS


Link (Object)

Where to attach the sidebar item to (Sidebar / Sidebar Group)

Text (String)

The text label

Default (String)

The default text in the input field

Placeholder (String)
Type index (Number:integer )
TextArea (Number:boolean )

Enables a multi line input field

Grey Out (Number:boolean )

Grey out text input area

Visible (Number:boolean )

Disable visibility for text input field

Clear (Trigger)

OUTPUT PORTS


Children (Object)

In case you want to add other Sidebar items below

Result (String)

The text which was entered in the input field

Focus (boolean 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