4 writes to CurrentValue
Microsoft.AspNetCore.Components.Web.Tests (4)
Forms\InputBaseTest.cs (4)
109
inputComponent.
CurrentValue
= "new value";
149
inputComponent.
CurrentValue
= "new value";
172
inputComponent.
CurrentValue
= "initial value";
193
inputComponent.
CurrentValue
= "new value";
3 references to CurrentValue
Microsoft.AspNetCore.Components.Web.Tests (3)
Forms\InputBaseTest.cs (3)
53
Assert.Equal("some value", inputComponent.
CurrentValue
);
106
Assert.Equal("initial value", inputComponent.
CurrentValue
);
112
Assert.Equal("new value", inputComponent.
CurrentValue
);