fix: prevent dropdown menu from closing when selected by using javascript:void(0) href
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m4s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m4s
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle @(customerOpen ? string.Empty : "collapsed")" href="#navbar-customer" data-bs-toggle="dropdown" data-bs-auto-close="false" role="button" aria-expanded="@(customerOpen ? "true" : "false")">
|
||||
<a class="nav-link dropdown-toggle @(customerOpen ? string.Empty : "collapsed")" href="javascript:void(0)" data-bs-toggle="dropdown" data-bs-auto-close="false" role="button" aria-expanded="@(customerOpen ? "true" : "false")">
|
||||
<span class="nav-link-icon d-md-none d-lg-inline-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0"></path><path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2"></path><path d="M16 11h6"></path><path d="M19 8v6"></path></svg>
|
||||
</span>
|
||||
@@ -94,7 +94,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle @(contentOpen ? string.Empty : "collapsed")" href="#navbar-content" data-bs-toggle="dropdown" data-bs-auto-close="false" role="button" aria-expanded="@(contentOpen ? "true" : "false")">
|
||||
<a class="nav-link dropdown-toggle @(contentOpen ? string.Empty : "collapsed")" href="javascript:void(0)" data-bs-toggle="dropdown" data-bs-auto-close="false" role="button" aria-expanded="@(contentOpen ? "true" : "false")">
|
||||
<span class="nav-link-icon d-md-none d-lg-inline-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon"><path d="M4 19.5a2.5 2.5 0 0 1 2.5 -2.5h3l4 -4m0 0l4 -4h3a2.5 2.5 0 0 1 2.5 2.5v9.5a2.5 2.5 0 0 1 -2.5 2.5h-15a2.5 2.5 0 0 1 -2.5 -2.5v-7.5"></path></svg>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user