appswithlove/statamic-charfield

Character counting field for statamic

Installs: 1 531

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 2

Open Issues: 0

Type:statamic-addon

3.5 2024-11-07 14:39 UTC

This package is auto-updated.

Last update: 2025-03-07 15:30:09 UTC


README

Statamic 3.0+

An input field or textarea which shows the status of the length with colored feedback on the input element.

Installation

Install with Composer:

composer require appswithlove/statamic-charfield

Usage

Use the «Extended Section» field and choose the background you like in the blueprint editor.

Configuration

Option Description
input_type Choose between input or textarea
low Minimal length
high Maximal length
optimal_min Optional min length for optimal result
optimal_max Optional max length for optimal result
hard_limit Maxlength for input field
  • If the length is outside of min and max the color is red.
  • If the length is between min and max but not between the optimal length dark yellow
  • If the length is in the optional range or between min and max if no optimal length is provided the color is green

Screenshot

CharField