django-autocomplete-light
django-autocomplete-light copied to clipboard
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
Trying to use DAL for formsets in Django 3.1.2. Problem described occurs in 3.8.1, 3.8.0, 3.7.0dev0 installed via `pip`. Does not occur in 3.6.0dev1 and earlier (tried through 3.5.1) Does...
### Issue: (python==3.7.4, django==2.2 and django-autocomplete-light==3.4.1) 'CallableChoiceIterator' object has no attribute 'insert' when using the ListSelect2 widget **with a data-placeholder and a callable as list generator** for a Select2ListChoiceField field...
With django-autocomplete-light-3.9.1, I've noticed the widget doesn't receive focus when selected. This necessitates having to use the mouse to get focus, since it can't be done with the keyboard.
As Travis-CI.org was shut down, the Travis badge in README leads to a page, where last build was made year ago. https://travis-ci.org/github/yourlabs/django-autocomplete-light/builds Github Actions seem simple to implement. Do we...
The latest changelog doesn't contain the latests 4 versions available through pip. I've checked the changelog, releases, and tags and can't find this information.
Add the option of validating the data when creating a new option. Result in the example if we try to create a new option with the added validate_slug ``` @python_2_unicode_compatible...
Hi DAL team, I have a problem that on opening a django admin page with DAL fields it doesn't have initial values, while making the same thing in Safari prepopulates...
I have a project that has a DAL select2 and it works as intended in multiple browsers on a Ubuntu, macOS, and Google Pixel phone. It does not work on...
Hi All, I've been trying to get DAL to work for a week or more, and I've read almost all the questions but can't seem to solve my problem. I...