> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/1-wprowadzanie-danych-inputs/obszar-tekstu-textarea.md).

# Text area - TextArea

Multiline text input field.

![](/files/4cb14231f0d98527c9fba5d49e0bfb1f9bce84fc)

✅ **When to use:**

* The entered data consists of several sentences or a longer description (e.g. an opinion, justification).

:x: **When not to use:**

* The data fits in a single line. **Use**: [TextField](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/1-wprowadzanie-danych-inputs/pole-tekstowe-textfield.md).

## Component properties

| Eximee Designer property                                                              | Attribute name in Source | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------- | ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Character counter** (section **Data quality**)                                      | characterCounter         | If set to "true", a counter showing how many characters have been entered will be displayed below the component. If the field also has a value set in the field **Maximum number of characters**, information about the possible maximum number of characters to enter will also appear below the component. Showing validation errors hides the counter. Availability of the functionality depends on the license and may not be available in all deployments. |
| **Maximum number of characters**                                                      | maxLength                | Maximum number of characters that can be entered in the field                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Message for exceeding the maximum number of characters** (section **Data quality**) | maxLengthWarning         | Message displayed after exceeding **Maximum number of characters**                                                                                                                                                                                                                                                                                                                                                                                              |
| **Maximum number of lines** (section **Data quality**)                                | maxLines                 | Maximum number of lines                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **Minimum number of characters** (section **Data quality**)                           | minLength                | Minimum number of characters                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **Text area height (px)** (section **Data quality**)                                  | inputHeight              | <p>Allows changing the height of the text area (in pixels). The component's default height is <code>75px</code>. The component does not automatically increase its height after more text is entered - once the available space is exceeded, a scrollbar appears on the right side of the field, allowing the content to be viewed.</p><p>Availability of functionality depends on the license and may not be available in all deployments.</p>                 |
| **Formatting**                                                                        | formatter                | The name of the formatter used for the field. Availability of the functionality depends on the license and may not be available in all deployments.                                                                                                                                                                                                                                                                                                             |
| **Real-time formatting**                                                              | formatterRealTime        | Specifies whether formatting should occur after pressing a key on the keyboard or only after leaving the field. Availability of the functionality depends on the license and may not be available in all deployments.                                                                                                                                                                                                                                           |

> More information about component properties: [Common component properties](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

<figure><img src="/files/272d319664319e9c6d28a498d96c28f69d607179" alt=""><figcaption><p><em><strong>Figure 1.</strong> Appearance of the component in the form with a specified maximum and minimum number of characters.</em></p></figcaption></figure>

<figure><img src="/files/14787bbd506b5671c182d14aa5436ee269071284" alt=""><figcaption><p><em><strong>Figure 2.</strong> Appearance of the inactive component in the form.</em></p></figcaption></figure>

{% hint style="info" %}
Demo application: demoKomponentyTekstowe and demoTekstowe
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/1-wprowadzanie-danych-inputs/obszar-tekstu-textarea.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
