Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fallback to first enabled tab if no active tab Id
If there is no selectedTabId, focus will be placed on the tab container which requires an arrow keypress to move focus to the first tab. This behavior isn't as user friendly as focus should be placed on a tab. To prevent focus on the wrapper, if no element is focused and there is no activeId, fallback to the first enabled tab.
- Loading branch information