appswithlove/statamic-charfield

Character counting field for statamic v3 and v4

Installs: 1 021

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 5

Forks: 2

Open Issues: 4

Type:statamic-addon

3.4.3 2024-05-30 14:10 UTC

This package is auto-updated.

Last update: 2024-05-30 14:11:58 UTC


README

StyleCI

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

CharField

Configuration

Option Description
input_type Choose between input or textarea
min Minimal length
max 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