Skip to content

Commit

Permalink
feat(Cascader): remove EditorRequired attribute (#5184)
Browse files Browse the repository at this point in the history
* feat(Cascader): remove EditorRequired attribute

* chore: bump version 9.2.9-beta03
  • Loading branch information
ArgoZhang authored Jan 23, 2025
1 parent bccd8da commit 3ccfc9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.2.9-beta02</Version>
<Version>9.2.9-beta03</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/BootstrapBlazor/Components/Cascader/Cascader.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public partial class Cascader<TValue>
/// </summary>
[Parameter]
[NotNull]
[EditorRequired]
public IEnumerable<CascaderItem>? Items { get; set; }

/// <summary>
Expand Down

0 comments on commit 3ccfc9d

Please sign in to comment.