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 2a1c8be commit b81a03fCopy full SHA for b81a03f
test/UnitTest/Components/EditorFormTest.cs
@@ -94,6 +94,7 @@ public void IsDisplay_Ok()
94
var cut = Context.RenderComponent<EditorForm<Foo>>(pb =>
95
{
96
pb.Add(a => a.IsDisplay, true);
97
+ pb.Add(a => a.IsShowDisplayTooltip, true);
98
pb.Add(a => a.Model, foo);
99
pb.Add(a => a.FieldItems, GenerateEditorItems(foo));
100
});
0 commit comments