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

altInput accessibility: use tabIndex from the original input element #1246

Merged
merged 1 commit into from
Feb 7, 2018
Merged

altInput accessibility: use tabIndex from the original input element #1246

merged 1 commit into from
Feb 7, 2018

Conversation

morgunkorn
Copy link
Contributor

When using altInput, the new input field has no tabindex attribute, which can disrupt the order of focus of the element in a formular.
This change copies the original value to the alternative input element.

@chmln chmln merged commit 7413177 into flatpickr:master Feb 7, 2018
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.

None yet

2 participants