Skip to main content

A simple Django form field widget to display a text field with the current word count.

Project description

Countable Field is a simple Django custom for widget for displaying a text area with the current word count displayed underneath. It can be set up to display the count in red when the current word count is out of required minimum or maximum word count for the form field.

Quick start

  1. Add “countable_field” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'countable_field',
    ]

2. In the form, set the field’s widget to be “CountableWidget”, passing the minimum and maximum word count as additional parameters, such as:

self.fields['essay_response'].widget = \
            CountableWidget(attrs={'data-min-count': this.essay_min_length,
                                   'data-max-count': this.essay_max_length})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coa-django-countable-field-1.4.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file coa-django-countable-field-1.4.tar.gz.

File metadata

  • Download URL: coa-django-countable-field-1.4.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for coa-django-countable-field-1.4.tar.gz
Algorithm Hash digest
SHA256 4df4395d3cfacf2cb6b809b10b300fef4ed7f32792baf29c33f243d7fba0e1c0
MD5 2b1da7b2a5d1f5717e4297447201c41a
BLAKE2b-256 f8c42c102cce5683d62baf7811e4fc4345ad0229f0c00a7c10d54351aa744cfe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page