- Issue created by @davidmpickett
As a designer working on a government Drupal CMS, I would like to have the character counters in the Drupal editorial interface match the USWDS character counter.
Desired logic is something like:
<span class="maxlength_count">@maxlength</span> characters allowed
<span class="remaining_count">@remaining_count</span> characters remaining
<span class="overlimit_count">@overlimit_count</span> characters overlimit
overlimit would be = currentLength - maxlength
Update the widget settings to have multiple textcount_status_message
Active
2.3
Code