Skip to main content
Version: Next

APITextInputComponent

Hierarchy

Index

Properties

custom_id

custom_id: string

The custom id for the text input

label

label: string

Text that appears on top of the text input field, max 45 characters

optionalmax_length

max_length?: number

Maximal length of text input

optionalmin_length

min_length?: number

Minimal length of text input

optionalplaceholder

placeholder?: string

Placeholder for the text input

optionalrequired

required?: boolean

Whether or not this text input is required or not

style

One of text input styles

type

type: TextInput

The type of the component

optionalvalue

value?: string

The pre-filled text in the text input