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

Tab still won't change to next field - reference to #1164 #1464

Closed
5 tasks done
rskaarup opened this issue Dec 14, 2018 · 2 comments
Closed
5 tasks done

Tab still won't change to next field - reference to #1164 #1464

rskaarup opened this issue Dec 14, 2018 · 2 comments

Comments

@rskaarup
Copy link

I did:

  • Search for if my issue has already been submitted
  • Make sure I'm reporting something precise that needs to be fixed
  • Give my issue a descriptive and concise title
  • Create a minimal working example on JsFiddle or Codepen
    (or gave a link to a demo on the Selectize docs)
  • Indicate precise steps to reproduce in numbers and the result,
    like below

Issue #1164 is still not fixed in 0.12.6, despite issue has been closed. I'm unable to change fields with tab i 0.12.6 - but 0.12.2 works fine. Tested in Safari and Firefox.

Fiddle with 0.12.2 (borrowed from author of #1164 ):

https://jsfiddle.net/sturchyn/b961qfjk/

Fiddle with 0.12.6:

https://jsfiddle.net/btxjvoy6/1/

Steps to reproduce:

  1. Click on fiddle link
  2. Choose option B in selectize field
  3. Hit Tab-key on your keyboard

Expected result:

Works with both Selectize 0.12.2 and 0.12.6

Actual result:

Works only with 0.12.2

@friendscottn
Copy link

It looks like this issue may be caused by the following line:

self.$control_input.blur(); // close keyboard on iOS

Removing the line resolved the issue for me.

Using a diff between the versions mentioned by @rskaarup I was able to isolate the line.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2021

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

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

No branches or pull requests

2 participants