This commit is contained in:
CocoByte 2025-03-03 11:38:42 -07:00
parent e6a4eaebc5
commit c65b67d508
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -105,7 +105,6 @@ class AutocompleteSelectWithPlaceholder(AutocompleteSelect):
attrs = super().build_attrs(base_attrs, extra_attrs=extra_attrs)
if "data-placeholder" in base_attrs:
attrs["data-placeholder"] = base_attrs["data-placeholder"]
return attrs
def __init__(self, field, admin_site, attrs=None, choices=(), using=None):