Skip to content

Commit b787186

Browse files
committed
doc: 更新注释文档
1 parent ae09597 commit b787186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private string? EndValueString
102102
public bool AutoCloseClickSideBar { get; set; }
103103

104104
/// <summary>
105-
/// Gets or sets whether to auto close the popup when the user selected range value. Default is false.
105+
/// Gets or sets whether to automatically close the popup after a date range is selected. Default is false.
106106
/// </summary>
107107
[Parameter]
108108
public bool AutoClose { get; set; }

0 commit comments

Comments
 (0)