Skip to content

Commit 7dfca62

Browse files
committed
feat(TS/QForm): broaden the definition of the submit event #12399
1 parent dc6d64a commit 7dfca62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui/src/components/form/QForm.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
"desc": "Emitted when all validations have passed when tethered to a submit button",
4141
"params": {
4242
"evt": {
43-
"type": "SubmitEvent",
44-
"desc": "Form submission event object"
43+
"type": [ "Event", "SubmitEvent" ],
44+
"desc": "Form submission event object",
45+
"__exemption": [ "examples" ]
4546
}
4647
}
4748
},

0 commit comments

Comments
 (0)