Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing autocomplete options on focus? #168

Open
d33tah opened this issue May 20, 2016 · 1 comment
Open

Showing autocomplete options on focus? #168

d33tah opened this issue May 20, 2016 · 1 comment
Labels

Comments

@d33tah
Copy link

d33tah commented May 20, 2016

I found this StackOverflow questions:

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

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

@mlavin
Copy link
Owner

mlavin commented May 23, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants