Skip to content

Commit b066d83

Browse files
committed
doc: 增加 ShowSelectedValue 说明
1 parent a508a73 commit b066d83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/DateTimeRanges.razor.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ private static List<AttributeItem> GetAttributes() =>
182182
DefaultValue = "false"
183183
},
184184
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()
185193
{
186194
Name = "ShowToday",
187195
Description = "Whether to show today shortcut button",

0 commit comments

Comments
 (0)