Open
Description
In the latest version of Blazor E2E tests, the KeyPressEventComponent expects the event onkeypress
to be listed as keypress
in KeyboardEventArgs.Type
.
I think bUnit should set it automatically for the user in the EventDispatchExtensions methods, unless the user explicitly provides a different value.
Thoughts?