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
There is no way to specify which tab to show (in case you don't want to show the first tab initially). The only way is by emulating a click which is not the way to go.
Proposed solution
Having a prop to specify the active tab (applied during the initial and even on subsequent refresh). This way the App has full control at all time (like forcing to switch tab).
Alternatives to consider
Additional details (optional)
The text was updated successfully, but these errors were encountered:
savutsang
changed the title
[REQUEST]: Tabs: There is no way to show a specific tab on initial rendering.
[REQUEST]: Tabs: There is no way to specify which tab to show programmatically
Mar 28, 2022
savutsang
changed the title
[REQUEST]: Tabs: There is no way to specify which tab to show programmatically
[REQUEST]: Tabs: There is no way to specify the current active tab
Mar 28, 2022
Problem encountered
There is no way to specify which tab to show (in case you don't want to show the first tab initially). The only way is by emulating a click which is not the way to go.
Proposed solution
Having a prop to specify the active tab (applied during the initial and even on subsequent refresh). This way the App has full control at all time (like forcing to switch tab).
Alternatives to consider
Additional details (optional)
The text was updated successfully, but these errors were encountered: