Overview
A Text Area is an input element designed for users to enter larger amounts of text, typically spanning multiple lines. Unlike a standard text field, which is usually limited to a single line, a Text Area provides more space, making it ideal for longer inputs such as comments, descriptions, or messages.They may also include features like placeholders, character limits, and formatting options. Text Areas are Number Field is a UI component that allows users to input and display numerical values within an application. It is designed to handle various types of numeric data, such as integers, decimals, or floating-point numbers, and is commonly used in forms, feedback sectionscalculations, and any interface where extended text input is requireddata management tasks.
Attributes of
...
Number Field
Basic:
...
Attribute Name | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Place holder | This is a hint or example text displayed in an input field before the user enters their own data. | ||
Field Type | Here you can choose different field types.
| ||
Layout | Field Layout allows you to arrange fields on the form. | ||
Hide Space Checkbox | After marking this checkbox as true, it will crop the extra corners of the fields. |
...