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.
When trying to use linked_data funcionality the clean forward field script is showing an error and is not working as it should: $ is not a function. Here is the...
Hi I am having a plroble with django auto complete light. Any searchbox with an option list that I create can not be deselected.
When using `select2-bootstrap-5-theme` package for theming, clear button doesn't appear. This is clearly a compatibility issue between these two package since DAL in isolation works fine and same for select2-bootstrap-5....
When a user adds a new value to choices as described at "Creation of new choices in the autocomplete form" the returned "id" is always result.pk `BaseQuerySetView.post()` should set the...
This is my code: ``` # forms.py class MyForm(forms.ModelForm): multiple_field = forms.ModelMultipleChoiceField(widget=forms.MultipleHiddenInput(), queryset=whatever) class Meta: ... widgets = { 'other_field': autocomplete.ModelSelect2(url='whatever-url', forward=['multiple_field', ]), } # views.py class MyAutocomplete(...): model =...
ListSelect2 does not correctly render the selected choices when used with groups. This snippet works for groups but I did not make a PR as I'll let the way to...
Is there a way to set the search field on a model when using the `GenericForeignKeyModelField`, similar to [how you can](https://django-autocomplete-light.readthedocs.io/en/master/gfk.html#form-example) with the `Select2GenericForeignKeyModelField` by passing a tuples to `model_choices`?...
This mirrors the reminder elsewhere in the documentation "# don't forget to pip install djhacker". Several issues have been started in the past due to the error that's caused by...
Django 3.2 introduces dark mode in its admin website. DAL looks very poorly and need to take the same (or similar) styles as django autocomplete.