Skip to content

allow tabbing out if onBlurResetsInput property is false #794

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

Closed
wants to merge 1 commit into from
Closed

allow tabbing out if onBlurResetsInput property is false #794

wants to merge 1 commit into from

Conversation

vakopian
Copy link

currently, when onBlurResetsInput is set to false, typing a non-existing value in the select box then pressing tab does not let the focus to move to the next input. (Incidentally, pressing shift+tab does move the focus to the previous input). This small patch fixes this behavior.

currently, when onBlurResetsInput is set to false, typing a non-existing value in the select box then pressing tab does not let the focus to move to the next input. (Incidentally, pressing shift+tab does move the focus to the previous input). This small patch fixes this behavior.
@JedWatson
Copy link
Owner

Thanks for the PR @vakopian

Our tab behaviour has been changed quite a bit since this was opened, and is now more inline with native select controls. Please let me know if you still think it's something we should add.

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

Successfully merging this pull request may close these issues.

2 participants