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 1a92d1c commit f292855Copy full SHA for f292855
src/BootstrapBlazor.Server/Components/Samples/ListGroups.razor.cs
@@ -87,6 +87,14 @@ private AttributeItem[] GetAttributes() =>
87
DefaultValue = " — "
88
},
89
new()
90
+ {
91
+ Name = "OnDoubleClickItem",
92
+ Description = Localizer["AttrOnDoubleClickItem"],
93
+ Type = "Func<TItem, Task>",
94
+ ValueList = " — ",
95
+ DefaultValue = " — "
96
+ },
97
+ new()
98
{
99
Name = "GetItemDisplayText",
100
Description = Localizer["GetItemDisplayText"],
0 commit comments