react-swipe-views icon indicating copy to clipboard operation
react-swipe-views copied to clipboard

Key Tab option

Open renaudkaczmarek opened this issue 10 years ago • 1 comments

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?

renaudkaczmarek avatar Sep 15 '15 09:09 renaudkaczmarek

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.

damusnet avatar Sep 15 '15 11:09 damusnet