We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae09597 commit b787186Copy full SHA for b787186
src/BootstrapBlazor/Components/DateTimeRange/DateTimeRange.razor.cs
@@ -102,7 +102,7 @@ private string? EndValueString
102
public bool AutoCloseClickSideBar { get; set; }
103
104
/// <summary>
105
- /// Gets or sets whether to auto close the popup when the user selected range value. Default is false.
+ /// Gets or sets whether to automatically close the popup after a date range is selected. Default is false.
106
/// </summary>
107
[Parameter]
108
public bool AutoClose { get; set; }
0 commit comments