TextBox

lowcodera TextBox Control

Purpose

The lowcodera text box is a component for editing, displaying, or entering plain text on forms to capture user names, phone numbers, email, and more.

Variations

‌There are several variations of textbox with different colors and configuration properties.

  • Textbox

  • Textbox with Numeric Value

  • Textbox with Password

  • Multiline Textbox

  • Textbox with validations

Component Properties

The properties below are the main ones which change this components appearance and behaviors.

Property

Description

Required

Accepted Values

Label

Property to set Label for Textbox control

Yes

Text

Placeholder

Property to set placeholder inside Textbox control

X

Text

Type

Property to set if you want Float value in Textbox

X

Regular

Float

IsRequired

Property to make our textbox field required

X

Boolean

Mode

Property to set Mode for textbox control

X

Number

Password

Text

Multiline Text

LinesCount

Property to set line count for Multiline Textbox

X

Numeric

ShowSucess

Property to show success message

X

Boolean

SuccessMessage

Property to set success message

X

String

ShowError

Property to show error message

X

Boolean

ErrorMessage

Property to set error message

X

String

Examples

TextBox

Textbox with Numeric Value

TextBox with Password

Multiline Textbox

Textbox with Validation

Last updated

Was this helpful?