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 466 forks source link

Wrong selection when clicking on bottom area of item #1350

Open jmbizfac opened 5 months ago

jmbizfac commented 5 months ago

I'm encountering the problem, that when the user clicks on the bottom area of the hovered item, then the next item in the list is selected. In this example "[..] Option 2" is selected, even though the user is with his mouse on the first element.

I'm using the latest official version dal 3.9.7 with python 3.11 and django 5.0.1.

Selection_Example