TextInput

TextInput collects short-form text like names, emails, or search queries. Use it for single-line values where the expected input is brief. Pair it with validation status to guide users through required or formatted fields.

ParameterDescription
labelVisible field label.
valueText field value.
typeInput type: text, password, or email.
ifConditional rendering expression.

Usage

xml
<TextInput label="Customer name" value="$form.name" />