-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Status: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseStatus: Workaround Available
Description
Describe the bug
Collapse was working from 2.7.0 to 2.13.0 but not with 2.14.0
Steps to reproduce the bug
When using 2 nested collapse the 1 first does not work at all, here is how I use them
<b-card no-body class="mb-1">
<b-card-header header-tag="header" class="p-1" role="tab">
<b-button block href="#" v-b-toggle.folders variant="info"><i class="fas fa-folder-open"></i> Folders</b-button>
</b-card-header>
<b-collapse id="folders" visible accordion="my-folders" role="tabpanel">
<b-card-body>
<b-btn v-b-toggle.newfolder variant="primary" size="sm"><i class="fas fa-plus-circle"></i> New folder </b-btn>
<b-collapse id="newfolder" class="mt-2">
<form @submit.prevent="newFolder">
<div class="form-group">
<input type="text" v-model="folder" class="form-control" id="folder" placeholder="Folder name">
</div>
</form>
</b-collapse>
<b-card-text><folders></folders></b-card-text>
</b-card-body>
</b-collapse>
</b-card>
Expected behavior
Being able to collapse ^^
Versions
Libraries:
- BootstrapVue: 2.14.0
- Bootstrap: 4.#.#
- Vue: 2.6.11
Environment:
- OS: Linux Ubuntu 20.02
- Browser: Firefox
- Version: 76.0.1
Metadata
Metadata
Assignees
Labels
Status: Fixed / ImplementedIssue fixed by a new releaseIssue fixed by a new releaseStatus: Workaround Available