django-selectable icon indicating copy to clipboard operation
django-selectable copied to clipboard

Showing autocomplete options on focus?

Open d33tah opened this issue 9 years ago • 1 comments

I found this StackOverflow questions:

http://stackoverflow.com/q/37339798/1091116

I'm having the same problem. How could it be solved?

d33tah avatar May 20 '16 21:05 d33tah

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

mlavin avatar May 23 '16 12:05 mlavin