Input

The Input is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and controls are available. The Input element is one of the most powerful and complex due to the sheer number of combinations of input types and attributes.

Input Example

Input Example

Input Designer

Input Designer

Name

Model field name

Show label

The label is shown above the input.

Add * after the label when the input is mandatory

Has default

Default is used when inserting the data

Show hint

The hint is shown when the mouse cursor is held above the input

Show placeholder

The placeholder is shown inside the input when the input is empty

Use regular expression for validation

Self-explanatory

Check min

Checks minimum input value length

Check max

Checks maximum input value length

Error message

Regular expression validation message

Disabled

Makes input readonly

Required

Makes input mandatory

Input types

Text

Input Text

Number

Input Number

Password

Password

Email

Email

Tel

Tel

Hidden

Date

Date

Date time local

Date time local

Time

Time

Month

Month

Week

Week

Url

Url

Color

Color
Confused? Ask question on our ETL Forum
Last updated: May 9, 2022