We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6d64a commit 7dfca62Copy full SHA for 7dfca62
ui/src/components/form/QForm.json
@@ -40,8 +40,9 @@
40
"desc": "Emitted when all validations have passed when tethered to a submit button",
41
"params": {
42
"evt": {
43
- "type": "SubmitEvent",
44
- "desc": "Form submission event object"
+ "type": [ "Event", "SubmitEvent" ],
+ "desc": "Form submission event object",
45
+ "__exemption": [ "examples" ]
46
}
47
48
},
0 commit comments