react-swipe-views
                                
                                 react-swipe-views copied to clipboard
                                
                                    react-swipe-views copied to clipboard
                            
                            
                            
                        Key Tab option
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?
Hi,
Thanks for your feedback :)
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.