Closed maximdeclercq closed 3 years ago
Fixes #963.
Changes I've made:
autocomplete.js
grp-form-field
grp-related-widget-wrapper
Fixes #963.
Changes I've made:
autocomplete.js
. This file does the same thing as https://github.com/django/django/blob/stable/3.2.x/django/contrib/admin/static/admin/js/autocomplete.js, but adds the missing fields for autocomplete. This fixes the functionality.grp-form-field
styling forgrp-related-widget-wrapper
and tweak the heights to match the other fields. This fixes the styling.