Wicked Block Builder Guide

TextControl

Screenshot of a TextControl component

Use the TextControl component to add a text field to your block.  To set a default value, assign a default value to the attribute that your TextControl is linked to.

Settings

Attribute

A string-type attribute that will store the value entered into the text field.

Label

An optional label to display above the text field.

Note: although the label is optional, it is a best practice to include a label for accessibility purposes.

Placeholder Text

Optional text to display inside the text field when no value has been entered.