1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputTextArea.cs (1)
41
builder.AddElementReferenceCapture(6, __inputReference =>
Element
= __inputReference);
1 reference to Element
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputTextAreaTest.cs (1)
23
Assert.NotNull(inputSelectComponent.
Element
);