Skip to main content
The text input allows creators to enter short snippets of text in a single-line field. It’s perfect for collecting titles, names, URLs, or any brief text content that doesn’t require multiple lines. The input provides a clean, straightforward interface for essential text-based information. example text input

Compatibility

Properties

type
string
required
text - the type of the component
name
string
required
A unique internal-only identifier that is posted to an app’s plugin server to share values inputted by the creator
label
string
required
Creator-facing identifier that is shown in the plugin environment
placeholder
string
Placeholder text displayed in the input field when empty
default
string
Default text value that is pre-filled when the component first loads
required
boolean
Determines whether the creator must enter text before proceeding
help
string
Brief creator-facing explanation that clarifies the component’s purpose and usage. (256 character limit. Supports markdown: [text](url), **bold**, and *italic*)
dependencies
object array
Allows for the field to be shown conditionally. dependent on other fields. See dependencies page for more details.