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
In my opinion there should be an active option in items array, if there is none (in none of the items), the first will be activated, otherwhise the one activated.
The
Tabs
widget uses theNav
widget to build the tabs which causes a conflict with activating.If the route matches the url for Tab 2
Nav
will activate it but Tab 1 has already been activated byTabs
.I was thinking of either adding an option to turn off
Tabs::activateFirstVisibleTab()
or if the items have urls then defer activation toNav
.The text was updated successfully, but these errors were encountered: