-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Currently, bUnit allows the following:
<form @onsubmit="...">
<button type="submit">...
// This will trigger the onsubmit event
cut.Find("button").Click();
That follows the HTML spec very closely. But the following is not possible:
<form id="form1" @onsubmit="...">
</form>
<button form="form1" type="submit"></button>
Metadata
Metadata
Assignees
Labels
No labels