Replies: 1 comment 1 reply
-
Hey @ar5had, No there's nothing specific in tabs that would do that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to show some a tab based on a flag that I have.
Right now, I can do something as shown below -
This will only show
Account
tab if flag is false, but the content oftab2
orPassword
tab will still be added to the virtual DOM. I wonder if there is a way to avoid adding the content to the virtual DOM without conditionally addingTab.Content
based on the value of flag.Beta Was this translation helpful? Give feedback.
All reactions