In version 3.x it was possible to disable tabFocus of form elements. This gave me the possibility to use carousel widget to create wizard-like functionality where carousel subviews were forms.
Now, in 4.x this is no longer possible and this results in funny behaviour of the carousel if user happens to press tab-key on the keyboard.
Thanks for the feedback, but my problem is not the lack of shortcut how to switch carousel views.
My problem is that when user presses Tab-key, it will automatically position focus to the form element in next carousel page. This behaviour seems like a bug to me.