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 d618178 commit 5c5499cCopy full SHA for 5c5499c
test/UnitTest/Components/TransferTest.cs
@@ -18,6 +18,7 @@ public void Items_Ok()
18
cut.SetParametersAndRender(pb =>
19
{
20
pb.Add(a => a.Value, "2");
21
+ pb.Add(a => a.OnSetItemClass, new Func<SelectedItem, string>(i => $"class-{i.Value}"));
22
pb.Add(a => a.Items, new List<SelectedItem>()
23
24
new("1", "Test1"),
0 commit comments