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

Safari select don´t working, while chrome does #1228

Closed Kurt57 closed 3 years ago

Kurt57 commented 3 years ago

Admin Model Form Widget is not working on Safari. Some one know why?

The first pic is from chrome where it works. Second from safari, the dropdown is also not clickable.

Bildschirmfoto 2021-03-15 um 23 41 40 Bildschirmfoto 2021-03-15 um 23 41 35
Kurt57 commented 3 years ago

the problem ist the regex. I replaced with false. until someone finds better solution