Input (AI Assistant)
This page provides information on using the Input widget (available in AI Assistant Apps), which allows you to capture and validate various types of user input, including text, numbers, emails, and passwords.

Content properties
These properties are customizable options present in the property pane of the widget, allowing users to modify the widget according to their preferences.
Type
Data type string
The Data Type property defines the type of input for the widget. Selecting a specific data type automatically adjusts the widget’s properties to match the input requirements.
Options:
- Single-line text: Accepts a single line of text, such as names or titles. Additional text beyond one line is not displayed.
- Multi-line text: Allows multiple lines of text, ideal for longer entries like comments or descriptions. See Multi-line text widget.
- Number: Accepts only numeric values. See Number widget.
- Password: Masks input for sensitive information such as passwords or pins. See Password widget.
- Email: Validates and accepts text in email format. See Email widget.
- Phone number: Accepts phone numbers, often formatted with country code and dashes. See Phone number widget.
- Currency: Accepts numeric input displayed in currency format.
- Date: Accepts date input, with a datepicker for selection. See Date widget.
Data
Value string
Defines the initial value displayed in the widget when it loads. This value serves as the default input until the user modifies it.
Label
The Label property is a group of customizable settings that define the main text displayed on the widget.