Skip to content

Textarea

lallysmbc edited this page Apr 27, 2020 · 11 revisions

Textarea

Properties

  • Textbox
    • Label (string) *
    • QuestionId (string) *
    • CustomValidationMessage (string)
    • Hint (string)
    • MaxLength (int) (defaults to 200)
    • Optional (boolean) (defaults to false)
    • TargetMapping (string)

Example Json

Textarea JSON example:

  {
    "Type": "Textarea",
    "Properties": {
      "Label": "Enter your issue",
      "QuestionId": "issueOne",
      "CustomValidationMessage": "Custom validation message",
      "Hint": "Hint text",
      "MaxLength": "2000",
      "Optional": false
    }
  }
Clone this wiki locally