Links

Textbox

A Textbox is an input field that allows the user to input text. It is an element of a form that is usually used for inputs such as a name, or any other input that requires a small amount of text to be written.

Textbox Properties

Appearance

Common Properties

You can change the visibility, styling mode, and tooltip, placeholder, and clear buttons for a Textbox.

Show Clear Buttons

When selected, an additional cancel button can be seen on the side at the end of the Textbox.

Behavior

Common Properties

Properties that are common to most Blocks include: read-only and disabled.

Mode

The mode is the type of text that should be entered. The options to choose from are email, password, search, telephone number, text, or URL.

Max Length

Max Length specifies how many characters are allowed in the input area.

Spellcheck

Spellcheck gives you the ability to enable if the text box is checked for spelling errors.

Masks

A masked text box allows the user to enter a value in a specific pattern. The mask determines the input that needs to be entered, for example, a phone number pattern like +1 (X00) 000-0000. The mask character is the character that will show to mask the part that needs to be entered. The Mask Invalid Message is the message that is displayed when the entered text does not match the specified pattern.

Value

Common Properties

A common property for Textbox is the Value.

Action

Common Properties

Properties that are common to most Blocks include: navigate to and show confirmation dialog;
Last modified 7mo ago