yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

data-html attr functionality conflicting with create_field #1259

Open natehawkboss opened 3 years ago

natehawkboss commented 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.

jpic commented 2 years ago

If you haven't solved this, can you open a PR with an example in the test_project?