Skip to content

Commit 3ccfc9d

Browse files
authored
feat(Cascader): remove EditorRequired attribute (#5184)
* feat(Cascader): remove EditorRequired attribute * chore: bump version 9.2.9-beta03
1 parent bccd8da commit 3ccfc9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
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.2.9-beta02</Version>
4+
<Version>9.2.9-beta03</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Cascader/Cascader.razor.cs

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public partial class Cascader<TValue>
4545
/// </summary>
4646
[Parameter]
4747
[NotNull]
48-
[EditorRequired]
4948
public IEnumerable<CascaderItem>? Items { get; set; }
5049

5150
/// <summary>

0 commit comments

Comments
 (0)