1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputText.cs (1)
42
builder.AddElementReferenceCapture(7, __inputReference =>
Element
= __inputReference);
1 reference to Element
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputTextTest.cs (1)
28
Assert.NotNull(inputSelectComponent.
Element
);