You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the autocomplete in the django admin is broken when using jet. What you type does not filter the options and whatever you type you always get all the possibile entries without filtering.
Widget rendering is broken too:
Django:
with jet2:
django-jet2 is 1.0.12, Django is 3.0.8.
Snippet:
models.py:
class MyModel(models.Model):
myfield = models.ManyToManyField(...)
admin.py
class MyAdmin(admin.ModelAdmin):
autocomplete_fields = ['myfield']
The text was updated successfully, but these errors were encountered:
xrmx
changed the title
autocomplete_fields rendering broken on m2m fields
autocomplete_fields broken on m2m fields
Jul 15, 2020
It looks like the autocomplete in the django admin is broken when using jet. What you type does not filter the options and whatever you type you always get all the possibile entries without filtering.
Widget rendering is broken too:
Django:
with jet2:
django-jet2 is 1.0.12, Django is 3.0.8.
Snippet:
models.py:
admin.py
The text was updated successfully, but these errors were encountered: