A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
1.81k
stars
468
forks
source link
data-html attr functionality conflicting with create_field #1259
Open
natehawkboss opened 3 years ago
Hi, I am running into this issue: When I add the attr "data-html: True", I lose the label for creating a new object based on the q.
Context:
These weird hacks do not appear to be the issue. The problem seems to be that using "create_field" and "data-html" causes some issue.