mirror of https://github.com/twbs/bootstrap.git
The "aria-controls" attribute must point to an element in the same document
This commit is contained in:
parent
7c2ba0f681
commit
29b6b40563
|
@ -98,7 +98,7 @@ title: Collapse Directions example
|
|||
</div>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="collapseWidth_center">
|
||||
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="collapseWidth_centerUp collapseWidth_centerLeft collapseWidth_centerRight collapseWidth_centerDown">
|
||||
<svg class="bi" width="32" height="32" fill="currentColor"><use xlink:href="#arrow-bar-all-4"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue