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

dropdown_input plugin avoid to focus on select using tab #138

Closed
eusonlito opened this issue Jul 5, 2021 · 1 comment
Closed

dropdown_input plugin avoid to focus on select using tab #138

eusonlito opened this issue Jul 5, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@eusonlito
Copy link

eusonlito commented Jul 5, 2021

With dropdown_input enabled, I can not open de select with using tab to select inputs.

<select id="app-tags" name="tags[]" class="tom-select" multiple="multiple">
    <option value="1" selected>Social</option>
</select>

Using tab key to focus select and create or select an option is working fine without dropdown_input plugin, no mouse needed:

new TomSelect(this, {
    create: true,
    plugins: ['remove_button']
});

without-dropdown-input

When dropdown_input plugin is set, I need to click with the mouse to expand selector and write, tab focus does not expand selector:

new TomSelect(this, {
    create: true,
    plugins: ['dropdown_input', 'remove_button']
});

with-dropdown-input gif

Additional context

  • OS Ubuntu
  • Browser Google Chrome
  • Version 92.0.4515.80 (Official Build) beta (64-bit)
  • Device Desktop PC

Best Regards.

@eusonlito eusonlito added the bug Something isn't working label Jul 5, 2021
@oyejorge
Copy link
Member

oyejorge commented Jul 7, 2021

Should be all set with the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants