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?
In the latest version of Blazor E2E tests, the KeyPressEventComponent expects the event
onkeypressto be listed askeypressinKeyboardEventArgs.Type.I think bUnit should set it automatically for the user in the EventDispatchExtensions methods, unless the user explicitly provides a different value.
Thoughts?