django-selectable
django-selectable copied to clipboard
Showing autocomplete options on focus?
I found this StackOverflow questions:
http://stackoverflow.com/q/37339798/1091116
I'm having the same problem. How could it be solved?
I would expect that roughly the same code would work replacing the instances of autocomplete with djselectable. That's essentially how the combo-box versions work other than they are triggered on the button click rather than focus: https://github.com/mlavin/django-selectable/blob/master/selectable/static/selectable/js/jquery.dj.selectable.js#L177