Documentation forAccess Rights Manager

TextField

TextField is a single-line text input field.

 

Required

  • Type

Optional properties

  • Label
  • DefaultValue
  • Description
  • IsRequired
  • IsEnabled
  • Constraints

 

Example

{
  "Type": "TextField",
  "Label": "Text entry box 1",
  "DefaultValue": "Apple",
  "Description": "Please enter something.",
  "IsRequired": true,
}