aspnetcore/test/Microsoft.AspNetCore.Blazor...
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
..
Infrastructure In E2E tests, allow for slower execution on Travis/AppVeyor 2018-11-13 12:00:24 +00:00
ServerExecutionTests
Tests Marshal oninput events as UIChangeEventArgs (#1673) 2018-11-13 13:40:13 +00:00
Microsoft.AspNetCore.Blazor.E2ETest.csproj