question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v-show does not work with b-tab. v-if works ok

See original GitHub issue

Boostrap-vue 1.4.0

Here is example: https://jsfiddle.net/x3o39acm/3/

  1. When you open the page, you see that initially v-show is false, however the tab is shown.
  2. When you click few times Show button (in order to make v-show=false -> true -> false again) the content of the tab becomes hidden, however both (the tab + its content) must be hidden.

v-if works as expected.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
bessdtcommented, Jan 16, 2018

I would argue the nav should not be displayed if the tab is hidden. What’s the point of showing the navigation for a tab that is not supposed to be displayed?

v-if does not work well with a lot of jquery plugins without a lot of additional processing. Using v-if also seems to break the tab order. A tab that has v-if will become the last tab when that condition is true.

0reactions
tmorehousecommented, Nov 11, 2018

was easier to just handle people bitching about not being able to use components inside a title than it is now with the fact that the component just fails miserably with reactive title content.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Variance Inflation Factor (VIF) - Investopedia
Variance inflation factor (VIF) is a measure of the amount of multicollinearity in a set of multiple regression variables.
Read more >
When Can You Safely Ignore Multicollinearity?
I am having problems with variables selection in logistic model. All variables in minimal model are significant terms (using AIC and p-value), ...
Read more >
Train - Meet Virginia - YouTube
Train's official music video for 'Meet Virginia'. Click to listen to Train on Spotify: http://smarturl.it/TrainSpot?
Read more >
Notation vs Tab | StudyBass
Bass tab notation is easy to learn. It doesn't require knowing note ... Tab needs to be worked out by hearing the music...
Read more >
What is Multicollinearity? Here's Everything You Need to Know
VIF is preferred as it can show the correlation of a variable with a group of other variables.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found