File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BootstrapBlazor/Components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77{
88 <BootstrapLabel required =" @Required" for =" @Id" ShowLabelTooltip =" ShowLabelTooltip" Value =" @DisplayText" />
99}
10- <div @attributes =" @AdditionalAttributes" tabindex =" @TabIndexString" id =" @Id" class =" @ClassString" data-bb-dropdown =" .picker-panel" data-bb-dismiss = " .picker-panel-link-btn " >
10+ <div @attributes =" @AdditionalAttributes" tabindex =" @TabIndexString" id =" @Id" class =" @ClassString" data-bb-dropdown =" .picker-panel" >
1111 <input readonly =" @ReadonlyString" class =" @InputClassName" @bind =" @CurrentValueAsString" placeholder =" @PlaceholderString" disabled =" @Disabled" data-bs-toggle =" @Constants.DropdownToggleString" data-bs-placement =" @PlacementString" data-bs-custom-class =" @CustomClassString" @onblur =" OnBlur" />
1212 @if (ShowIcon )
1313 {
Original file line number Diff line number Diff line change 66{
77 <BootstrapLabel required =" @Required" ShowLabelTooltip =" ShowLabelTooltip" Value =" @DisplayText" />
88}
9- <div @attributes =" @AdditionalAttributes" id =" @Id" tabindex =" 0" class =" @ClassString" data-bb-dropdown =" .datetime-range-body" data-bb-dismiss = " .picker-panel-link-btn " >
9+ <div @attributes =" @AdditionalAttributes" id =" @Id" tabindex =" 0" class =" @ClassString" data-bb-dropdown =" .datetime-range-body" >
1010 <div class =" dropdown-toggle datetime-range-control" data-bs-toggle =" @Constants.DropdownToggleString" data-bs-placement =" @PlacementString" data-bs-custom-class =" @CustomClassString" >
1111 <div class =" position-relative" >
1212 <i class =" @DateTimePickerIconClassString" ></i >
You can’t perform that action at this time.
0 commit comments