Skip to main content

Custom widget to add a (x) clear button to your input fields

Project description

django-clearable-widget is a custom widget that adds a input clearing button on any input fields that are using it. It clears the value, and returns focus to that field.

Authored by Basil Shubin

https://img.shields.io/pypi/v/django-clearable-widget.svg https://img.shields.io/pypi/dm/django-clearable-widget.svg https://img.shields.io/github/license/bashu/django-clearable-widget.svg https://img.shields.io/travis/bashu/django-clearable-widget.svg

Installation

pip install django-clearable-widget

External dependencies

  • jQuery - this is not included in the package since it is expected that in most scenarios this would already be available.

Setup

Add clearable_widget to INSTALLED_APPS:

INSTALLED_APPS += (
    'clearable_widget',
)

and just include clearable_widget templates

{% include "clearable_widget/clearable_widget_css.html" %} {# Before the closing head tag #}
{% include "clearable_widget/clearable_widget_js.html" %} {# Before the closing body tag #}

When deploying on production server, don’t forget to run:

python manage.py collectstatic

Usage

All you need now is to import ClearableInput class and override field’s widget, for example:

from clearable_widget import ClearableInput

class Form(forms.Form):

    field = forms.CharField(widget=ClearableInput)

Please see example application. This application is used to manually test the functionalities of this package. This also serves as a good example.

You need only Django 1.4 or above to run that. It might run on older versions but that is not tested.

License

django-clearable-widget is released under the BSD license.

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

django-clearable-widget-0.1.6.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

django_clearable_widget-0.1.6-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-clearable-widget-0.1.6.tar.gz.

File metadata

File hashes

Hashes for django-clearable-widget-0.1.6.tar.gz
Algorithm Hash digest
SHA256 8c1e68872a1bc89bccefe546a04367da2b9430e3b3eada53b560549ad29dff57
MD5 26377d9153262e2cc7b05160bc0576ae
BLAKE2b-256 5640b22f060defb1acf9f0fcdbf1e6849b3a6993ec028f8689fe12bdc2631471

See more details on using hashes here.

File details

Details for the file django_clearable_widget-0.1.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_clearable_widget-0.1.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 562b8cd68923020b93b88ccdad6db559c785e5b1e95dade503da63844db314ef
MD5 7af94741d4d26d9f8c8b9edba0e8ed5f
BLAKE2b-256 ab138983d2496ca25f03e55c03e26267eb37e50fceb4fba46861e20f7c946932

See more details on using hashes here.

Supported by

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