You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2019. It is now read-only.
So here is the problem. When we use the TAB key to "validate" something in a form included in a Swipeview, it bugs, making a swipe to the next tab and SwipeViewsTab disappear .
So is there a possibility to add an option to disable this shortcut in your component?
The text was updated successfully, but these errors were encountered:
Nothing in the library code should interact with the keyboard. There are no shortcuts.
It only should only react to touch (on mobile), scroll and click (on the tabs).
Can you maybe provide a quick working code to reproduce the bug?
I'll be happy to take a look at it.
Hello!
first, we have to say you've made a great work!
So here is the problem. When we use the TAB key to "validate" something in a form included in a Swipeview, it bugs, making a swipe to the next tab and SwipeViewsTab disappear .
So is there a possibility to add an option to disable this shortcut in your component?
The text was updated successfully, but these errors were encountered: