TextInput_v2 Op
Get a string from an sidebar input field
Summary (oneliner)
Let’s you enter a string in the sidebar, which you can then e.g. render in your patch
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
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 (integer /Number)
TextArea (boolean /Number)
Enables a multi line input field
Grey Out (boolean /Number)
Grey out text input area
Visible (boolean /Number)
Disable visibility for text input field
Clear (Trigger)
Outputs
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
Changelog
created op 2019-10-10 - pandur | |
react properly to disconnecting parent 2022-02-03 - stephan |