Multi-line Text

The "Multi-line Text Input" is an input field that allows users to enter multiple lines of text. This input field type is commonly used in forms where users must provide more detailed information, such as comments, feedback, or descriptions.

Title

Add a title for the input field. This title will appear above the input field and should be descriptive enough to help users understand what type of information they are being asked to provide.

Default value

Set a default value for the input field. This can be useful if you know that most users will enter the same value or if you want to suggest a default value for the user.

Validation

The "Required" and "Validation by Formula" checkboxes are used to validate input.

When "Required" is enabled, the input field must be filled by users before they can submit the form.

"Validation by Formula" allows you to write your data validation rules with Typescript. Read how Typescript is implemented in Starion here.

pageOverview

Hidden

Hide the input field if in case it is needed.

This can be useful if you only want to show the field to specific users, if you want to hide it until a specific point in the form, or when you want to use the component to collect the data in the background without displaying it to the user.

Tag

Name the component for use with the Typescript.

currentPage.components.componentTag

Last updated