aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Steve Sanderson dd72c7c38a Marshal oninput events as UIChangeEventArgs (#1673)
* Marshal oninput events as UIChangeEventArgs

- Blazor does handle the oninput event, but it is marshalled as a regular UIEventArgs
- This means that we cannot access the new value of the input element from inside our oninput handler

Addresses #821
2018-11-13 13:40:13 +00:00
..
BinaryHttpClientTest.cs
BindTest.cs
CascadingValueTest.cs E2E tests for cascading parameters generally 2018-10-18 09:57:41 +01:00
ComponentRenderingTest.cs Serialize server-side renders. Fixes #1573 (#1672) 2018-11-13 13:04:55 +00:00
EventBubblingTest.cs
EventTest.cs Marshal oninput events as UIChangeEventArgs (#1673) 2018-11-13 13:40:13 +00:00
HostedInAspNetTest.cs
HttpClientTest.cs
InteropTest.cs
MonoSanityTest.cs
PerformanceTest.cs
RoutingTest.cs
StandaloneAppTest.cs