For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text

Use text inputs within Custom UI widget

Input combo type text

Displays a standard text input field.

Usage example

Properties

  • id: Unique identifier for this field

  • label: Text label shown next to the input

  • description: Small helper text below the label

  • placeholder: Placeholder text shown inside the input

  • shape: Used to align the label and the input field. Allowed values:

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Sets a default value for the inputcombo

Last updated

Was this helpful?