Text

Use text inputs within Custom UI widget

Input combo type text

Displays a standard input text field.

Usage example

Properties

  • id: Unique identifier to access this field's data

  • label: Header text

  • description: Short descriptive text

  • placeholder: Placeholder value

  • shape: Used to align the label and the input field. Its allowed values are

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Set a default text for the inputcombo

Last updated

Was this helpful?