We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91ea33 commit 33781bcCopy full SHA for 33781bc
src/BootstrapBlazor/Components/Dropdown/Dropdown.razor
@@ -9,7 +9,7 @@
9
}
10
<div @attributes="@AdditionalAttributes" id="@Id" class="@DirectionClassName">
11
<DynamicElement TagName="button" type="button" class="@ButtonClassName" data-bs-toggle="@DropdownToggle" disabled="@Disabled"
12
- TriggerClick="ShowSplit" OnClick="OnClickButton">
+ TriggerClick="ShowSplit" OnClick="OnClickButton" PreventDefault="false" StopPropagation="false">
13
@if (ButtonTemplate == null)
14
{
15
@if (_isAsyncLoading)
0 commit comments