Tabs change order when using v-if on tabs
See original GitHub issueComponent: <b-tab>
Description: The order of the tabs changes if you hide tabs with v-if and then show them again.
I use Mac OS High Sierra. Tested in Chrome 64, Firefox 58 and Safari 11
Bootstrap-Vue Version 2.0.0-rc.2
JSFiddle: https://jsfiddle.net/hw25s943/15/
Edit: Retested with Version 2.0.0-rc.6. Issue still exists
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Set the tab order for controls - Microsoft Support
In the Tab Order dialog box, under Section, click the section you want to change.
Read more >Changing tab sorting order does not change tab cycle order
PreviousTab commands always cycle through tabs in the order they were opened ... Go to Tools > Options > Tabs and Windows and...
Read more >How can I reorder the tab order of two elements in the middle ...
The natural tab order here is Link 1, 2, 3, 4, 5. Is it possible to change the tab order to 1, 2,...
Read more >How do I access the "VIF Paths" tab information from UCSM ...
Hi Bryan,. You can use the below cmdlet to get the VIF path for the server or service profile from the UCS PowerTool....
Read more >Create a virtual interface - AWS Direct Connect
For Connection, choose the Direct Connect connection that you want to use for ... Direct Connect console and find Jumbo Frame Capable on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Workaround: use v-show instead…
I am on
"bootstrap-vue": "^2.0.0-rc.13"
from february now but still having the issue.