-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Show dropdown on focus #710
Comments
You can listen for the |
@t0xicCode Sorry, can you give me an example? |
I need this as well, $('.selectpicker').selectpicker('show') does not seem to be working for me to bring up the list upon gaining focus or even through firing it via a button. |
@t0xicCode do you have an example? Or anyone else? I am looking to get it to show when a user tabs to the control, there is the selectOnTab, which helps when a user tabs out but not when they tab in. |
Hi,
I have been searching for a way to open or show the dropdown in a form when I focus on it, The idea behind it was that you are filling out a form, switching to the next element by keyboard using Tab and when you get to the dropdown it is automatically shown when focused.
Right now, its working in a way that you first select the dropdown with Tab, then use a Down arrow key on the keyboard to show the dropdown. I wanted to reduce user action needed for showing the dropdown from 2 to 1 (just Tab).
The text was updated successfully, but these errors were encountered: