Not setting event type by default #780
Labels
input needed
When an issue requires input or suggestions
investigate
This issue require further investigation before closing.
In the latest version of Blazor E2E tests, the KeyPressEventComponent expects the event
onkeypress
to be listed askeypress
inKeyboardEventArgs.Type
.I think bUnit should set it automatically for the user in the EventDispatchExtensions methods, unless the user explicitly provides a different value.
Thoughts?
The text was updated successfully, but these errors were encountered: