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 a508a73 commit b066d83Copy full SHA for b066d83
src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs
@@ -182,6 +182,14 @@ private static List<AttributeItem> GetAttributes() =>
182
DefaultValue = "false"
183
},
184
new()
185
+ {
186
+ Name = nameof(DateTimeRange.ShowSelectedValue),
187
+ Description = "Whether to show the selected value",
188
+ Type = "bool",
189
+ ValueList = "true|false",
190
+ DefaultValue = "false"
191
+ },
192
+ new()
193
{
194
Name = "ShowToday",
195
Description = "Whether to show today shortcut button",
0 commit comments