- Description:
This key toggles whether a character counter is shown below the input.
Setting this key to
truewill 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 } } } }