1 write to Element
Microsoft.AspNetCore.Components.Web (1)
Forms\InputNumber.cs (1)
63
builder.AddElementReferenceCapture(8, __inputReference =>
Element
= __inputReference);
1 reference to Element
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputNumberTest.cs (1)
64
Assert.NotNull(inputSelectComponent.
Element
);