# Text

<figure><img src="https://884329393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhzNRg0B4ECiNXc093G%2Fuploads%2Fc2126yn8K3k7u2h7PEmE%2FGroup%2079.png?alt=media&#x26;token=3f5bc033-47fa-4271-9e88-2a6840576448" alt=""><figcaption></figcaption></figure>

## Input combo type text <a href="#h_1c49526ab9" id="h_1c49526ab9"></a>

Displays a standard input text field.

## Usage example

```xml
<form>
    <inputcombo
        type="text"
        id="variable_label"
        label="Variable label"
        description="Choose the variable to which send data"
        placeholder="Enter the label of the variable"
        value="default-text"
    />
</form>
```

## Properties

* `id`: Unique identifier to access this field's data
* `label`: Header text
* `description`: Short descriptive text
* `placeholder`: Placeholder value
* `shape`: Used to align the label and the input field. Its allowed values are
  * `compactVertical`
  * `wideVertical`
  * `wideHorizontal`
* `value`: Set a default text for the `inputcombo`
