# TextBox

Blazor Edition provides a set of native UI controls built for Blazor such as FlexGrid, Chart, ListView, and input controls including AutoComplete and ComboBox.

## Content



In general, TextBox is a GUI element that allows you to enter and display text. It is one of the most commonly used control. The Input TextBox control allows you to enter and edit plain text values. It also allows you to add a placeholder, set the type of text to be entered, set the maximum and minimum character limit and set the maximum and minimum values accepted in it.

## Key Features

Make the most of TextBox by taking advantage of the following key features:

*   **Editing Support**<br />Works as an editable text input control.
*   **Placeholder Support**<br />Allows you to add placeholder to provide contextual clues to let end-users know what type of information is expected. The placeholder is displayed in the control while no text has been entered. See [Placeholder](/componentone/docs/blazor/online-blazor/controls/input-controls/textboxoverview/textboxplaceholder) topic for details.