-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Input tabulation not working #3296
Comments
Same huge problem. |
Thanks for reporting it!! |
This has been introduced in 3.0.1 |
I solved by adding this in the onTab function. Shoud this be the default or at least an option? |
I'll check whenever I have some time. |
It has been fixed on the dev branch. |
You mean, allow tabbing outside fullpage.js wrapper? |
@alvarotrigo when is the next release scheduled approx ? |
@FlawaCLV probably end of this week or beginning of the next. |
@alvarotrigo great, thanks! |
Confirmed fixed on dev. I hope this will be released as soon as possible. |
Fixed now in fullpage.js 3.0.2 |
Expected Behavior
When editing a input field I should be able to press Tab to focus on the next input.
Current Behavior
Currently the Tab is stuck on the first input field. I you select the second one and press Tab it focuses on the first input instead of the following one.
Steps to Reproduce
Here is a sandbox that shows the bug : https://codesandbox.io/s/mmrrjmyz28
Environment
The text was updated successfully, but these errors were encountered: