Textbox
Last updated
Last updated
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.
You can change the visibility, styling mode, and tooltip, placeholder, and clear buttons for a Textbox.
See the Common Properties article for more details on common appearance properties.
When selected, an additional cancel button can be seen on the side at the end of the Textbox.
Properties that are common to most Blocks include: read-only and disabled.
See the Common Properties article for more details on common behavior properties.
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 specifies how many characters are allowed in the input area.
Spellcheck gives you the ability to enable if the text box is checked for spelling errors.
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.
A common property for Textbox is the Value.
See the Common Properties article for more details on common value properties.
Properties that are common to most Blocks include: navigate to and show confirmation dialog;
See the Common Properties article for more details on common action properties.