django-ajax-selects icon indicating copy to clipboard operation
django-ajax-selects copied to clipboard

jQuery UI-powered auto-complete fields for ForeignKey, ManyToMany and text fields

Results 6 django-ajax-selects issues
Sort by recently updated
recently updated
newest added

These includes will fix the issue described in #313 EDIT: Includes `admin/js/jquery.init.js` as defined in [django.admin](https://github.com/django/django/blob/4.2.10/django/contrib/admin/options.py#L733)

Hi and thanks for an awesome library :smiley_cat: I've run into an issue when using `django-ajax-select` outside of Django Admin after upgrading to `3.0.1+` ![image](https://github.com/crucialfelix/django-ajax-selects/assets/7142785/3db92b3c-e869-4375-920f-03a63629df82) The issue is `Uncaught TypeError:...

Tested new v3.0.1 in Django admin but it's don't work correctly in the case of nested popups. Steps I did: 1. in ajax-select-multiple widget selected "add new" item 2. opened...

It looks like there are no entries in the changelog for any 1.7.x and 1.9.x releases. That's probably something that's worth back-fixing.

Is it possible to use the autocomplete using `inlineformset_factory`? In my case the autocomplete doesn't work... This is my `forms.py`: ``` class FormulariMostra(ModelForm): class Meta: model = Sample fields =...

I am waiting for the last pull request to be merged in the new version. Thank you very much. Pierluigi