PHACDataHub / django-htmx-autocomplete

A Django autocomplete component powered by htmx
MIT License
50 stars 4 forks source link

Fix str-based IDs break when non-multiselect #41

Closed AlexCLeduc closed 1 year ago

AlexCLeduc commented 1 year ago

We were running into issues when using str-based IDs with a non-multiselect. This seems to fix it.