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


Full Name
  • Ops.Sidebar.TextInput_v2
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


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) text  password  search 
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

Spellcheck (Number: boolean)
Enter Key Prevent Default (Number: boolean)
Clear (Trigger)
Focus Input (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 (booleanNumber)
Keypress Enter (Trigger)
Keypress ESC (Trigger)

Changelog

Patches using TextInput_v2

  • Examples
  • Public
  • My Patches