File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/BootstrapBlazor/Components/Dropdown Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 <BootstrapLabel for =" @Id" ShowLabelTooltip =" ShowLabelTooltip" Value =" @DisplayText" ></BootstrapLabel >
99}
1010<div @attributes =" @AdditionalAttributes" id =" @Id" class =" @DirectionClassName" >
11- <DynamicElement TagName =" button" type =" button" class =" @ButtonClassName" data-bs-toggle =" @DropdownToggle" disabled =" @Disabled"
11+ <DynamicElement TagName =" button" type =" button" class =" @ButtonClassName" data-bs-toggle =" @DropdownToggle"
12+ disabled =" @Disabled"
1213 TriggerClick =" ShowSplit" OnClick =" OnClickButton" PreventDefault =" false" StopPropagation =" false" >
1314 @if (ButtonTemplate == null )
1415 {
5657 }
5758 else
5859 {
59- @ItemsTemplate
60- }
60+ @ItemsTemplate
61+ }
6162 </div >
6263</div >
You can’t perform that action at this time.
0 commit comments