☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

show_count

Table of contents

Description:

This key toggles whether a character counter is shown below the input.

Setting this key to true will show a character counter below the input.

Appears in:
└── _inputs
    └── *
        └── Textarea Input
            └── options
                └── show_count
Type:
boolean
Default value:
false
Examples:

In this example, CloudCannon will show a character counter below the Textarea Input.

Copied to clipboard
_inputs:
  description:
    type: textarea
    options:
      show_count: true
{
  "_inputs": {
    "description": {
      "type": "textarea",
      "options": {
        "show_count": true
      }
    }
  }
}
Open in a new tab