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.8k stars 467 forks source link

New example with autocomplete-light instead of select2 #1330

Closed jpic closed 1 year ago

jpic commented 1 year ago

This is a pretty simple example using the simple autocomplete-light.js web component which offers the following advantages over select2:

And the following drawbacks:

That said, we can start building on that, it's not bothering the select2 implementation code nor breaking compatibility AFAIK.