Skip to content

Commit a06b36f

Browse files
authored
feat(Responsive): add EditorRequired attribute (#7870)
1 parent 059e2ec commit a06b36f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/Responsive/Responsive.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class Responsive : BootstrapModuleComponentBase
1717
/// <para lang="en">Gets or sets the callback method triggered when browser breakpoint threshold changes. Default is null</para>
1818
/// </summary>
1919
[Parameter]
20+
[EditorRequired]
2021
public Func<BreakPoint, Task>? OnBreakPointChanged { get; set; }
2122

2223
private BreakPoint _breakPoint = BreakPoint.None;

0 commit comments

Comments
 (0)