# Text inputs

## Overview

Text input widgets is a collection of user interface elements that enables the seamless collection of textual or numerical data in various fields. These widgets typically include text input fields, numeric input fields, tailored to specific data types or formats. Such a group enhances data entry and validation, ensuring accurate and structured input for tasks ranging from forms and surveys to data entry applications. These widgets streamline the user experience by offering intuitive and efficient means to gather textual or numerical information.

## Widgets

* [Text](/widgets/column-widgets/form/text-inputs/text.md) - Edit text value
* [MultilineText](/widgets/column-widgets/form/text-inputs/multilinetext.md) - Edit text with multiline
* [RichText](/widgets/column-widgets/form/text-inputs/richtext.md) - Rich text editor
* [Number](/widgets/column-widgets/form/text-inputs/number.md) - Edit numeric value
* [RangeUnit](/widgets/column-widgets/form/text-inputs/rangeunit.md) - Displaying numerical values in a series of predefined units
* [Email](/widgets/column-widgets/form/text-inputs/email.md) - Stores and verifies email addresses
* [Secret](/widgets/column-widgets/form/text-inputs/secret.md) - Display sensitive value as \*\*\*
* [Link](/widgets/column-widgets/form/text-inputs/link.md) - Create links to external data
* [Address](/widgets/column-widgets/form/text-inputs/address.md) - Display address information


---

# Agent Instructions: 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.labii.com/widgets/column-widgets/form/text-inputs.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.
