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 dff22b3 commit f929b82Copy full SHA for f929b82
src/BootstrapBlazor/Components/SelectGeneric/SelectGeneric.razor
@@ -16,7 +16,7 @@
16
<div class="dropdown-toggle" data-bs-toggle="@ToggleString" data-bs-placement="@PlacementString" data-bs-offset="@OffsetString" data-bs-custom-class="@CustomClassString">
17
@if (DisplayTemplate != null)
18
{
19
- <div id="@InputId" class="@InputClassString" tabindex="0">
+ <div id="@InputId" class="@InputClassString">
20
@DisplayTemplate(SelectedRow)
21
</div>
22
}
0 commit comments