Hi
T4 Offcanvas Accordion Menu - when user taps/clicks on the main nav link e.g. on T4 BS5 demo's
<a href="#" class="separator nav-link dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false" data-bs-toggle="dropdown">Layouts</a>
everything is working as expected - sub-menu expands or closes correctly.
But once 'sub-menu-toggle' button is used for the same nav-item e.g. T4 BS5 demo's
<span class="sub-menu-toggle btn-toggle"></span>
the main <a> link (code above) stops expanding or closing the sub menu. Then the only way to expand or close that sub menu is to use:
<span class="sub-menu-toggle btn-toggle"></span>
Gif showing the issue:
Also, tapping <a> should also trigger icon change in <span class="sub-menu-toggle btn-toggle"></span>
(the CSS pseudo-element) and it doesn't ATM (see gif above).