Dynamic Input Element Properties

You can configure the following settings in the Properties panel:

  • Value: Defines the default or bound value of the element. This value represents data from the data source or user.
  • Placeholder: The informational text that appears when the user makes no selection or enters no value.
  • Allow Clear: When activated, the user can use a delete icon to clear the selected value.
  • Formatter: Formatting function used to determine how the entered value or selected item is displayed.
  • Data Type: Defines the data type of the input value. For example, values like text, number, or boolean can be selected.
    • Possible Values for DataType:
      • String: Text values (e.g., name, description, address).
      • Double: Floating-point numbers (e.g., 3.14, 99.99).
      • Decimal: Precise decimal numbers, commonly used in financial calculations.
      • Int16: Small integer numbers (between −32,768 and 32,767).
      • Int32: Medium-range integer numbers (between −2,147,483,648 and 2,147,483,647).
      • Int64: Large integer numbers (very wide range).
      • DateTimeOffset: Date and time information, including time zone offset.
      • Boolean: True / false values.
      • Email: Email addresses (e.g., user@example.com).
      • Password: Hidden password fields (input is masked).
      • Barcode: Barcode data (typically used for product identification).
      • Color: Color information (e.g., #FF5733 or "Red").
      • Url: Web addresses (e.g., https://example.com).
      • Guid: Globally unique identifier (e.g., 3f2504e0-4f89-11d3-9a0c-0305e82c3301).