Skip to content

Commit 9071af3

Browse files
committed
Merge branch 'main' into feat-upload
2 parents 62437c1 + 521f95a commit 9071af3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.6.4-beta01</Version>
4+
<Version>9.6.4-beta02</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Select/Select.razor.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,7 @@ private async Task OnClickItem(SelectedItem item)
356356
}
357357
else
358358
{
359-
// Return false to proceed
360-
ret = true;
359+
return;
361360
}
362361
}
363362
if (ret)

0 commit comments

Comments
 (0)