django-autocomplete-light icon indicating copy to clipboard operation
django-autocomplete-light copied to clipboard

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.

Results 156 django-autocomplete-light issues
Sort by recently updated
recently updated
newest added

Greetings Yourlabs team, I am working on a project that is being ported from Django 1.8 to Django 4.0. Since latest django-autocomplete-light release (v3.9) is not supports Django 4.0, we...

Hi, I'm heaving some trouble with the position of the selected element with dal. Look at my example: ![select2](https://user-images.githubusercontent.com/5093514/46167757-0a031c80-c26d-11e8-9728-c1ff056141f0.png) The upper one is a autocomplete.ModelSelect2 widget, the bottom one is...

If u use DAL with JQuey-migrate-3.3.2 plugin, u will see that there are several deprecation warnings like: JQMIGRATE: jQuery.trim is deprecated; use String.prototype.trim JQMIGRATE: jQuery.isArray is deprecated; use Array.isArray JQMIGRATE:...

The test project currently does not work under Django 4. Yet `requirements.txt` produces a venv that won't work because it installs Django 4. We must explicitly select 3.2 until the...

There is a very convenient method when I use Select2QuerySetView (using get_result_label), why isn't there a similar thing in ListViews ? There is only a way to change the value,...

Hello, I'm very happy with DAL, but I'm facing a small issue now : I'm working on a multi-steps wizard form based on [django-formtools](https://django-formtools.readthedocs.io/en/latest/). When a `autocomplete.ModelSelect2` widget is not...

Hey, Something I discovered very recently while working with this package was that it is indeed possible to pass parameters to the Autocomplete View through URL parameters in the widget...

I'm trying the new separated value/display code in autocomplete.ListSelect2, and I'm finding it hard to pass a value that actually selects the item out of the supplied list. It always...

Hello everybody! django-autocomplete-light 3.9.0-rc2 has been released with changes: #1262 Django 4.0 support by @fraimondo #1255 Django 4.0 warning removal by @Mogost #1253 Case sensitive creates in Select2QuerySetView by @shenek...

Getting DAL to work with the bootstrap modal that loads the "registerfunction" script with the remote url is problematic with the new release. I though I had it working, but...