-
Notifications
You must be signed in to change notification settings - Fork 61
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
Can't get focused using keyboard tab key #130
Comments
i have multiple ng-wig textarea and want to switch for one to the next with tab. how to do this please ? |
@bampakoa probably we could create something with tabIndex, here? |
BTW, @sajithk nice catch for the tabindex! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The editor is not focused when I used keyboard tab key to navigate through my form. I found that
tabindex is set to -1 in ng-wig/views/ng-wig.html tempate in ngWig\dist\ng-wig.js.
The text was updated successfully, but these errors were encountered: