Skip to content

Commit f172fdc

Browse files
committed
Removed xml summary as field is no longer public
1 parent 34a6d5d commit f172fdc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ public MudSelectExtended()
4949
/// </summary>
5050
protected Dictionary<T, MudSelectItemExtended<T?>> _shadowLookup = new();
5151
private MudInputExtended<string> _elementReference = new();
52-
/// <summary>
53-
///
54-
/// </summary>
5552
internal bool _isOpen;
5653
/// <summary>
5754
///

0 commit comments

Comments
 (0)