[]
        
(Showing Draft Content)

TextBox

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
    Works as an editable text input control.
  • Placeholder Support
    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 topic for details.