Skip to content

Commit 46d5b2e

Browse files
committed
Fix callback docs for form
1 parent 51f6788 commit 46d5b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/behaviors/form.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ type : 'UI Behavior'
16071607
<td>Callback on each invalid field</td>
16081608
</tr>
16091609
<tr>
1610-
<td>onSuccess(fields)</td>
1610+
<td>onSuccess(event, fields)</td>
16111611
<td>form</td>
16121612
<td>Callback if a form is all valid</td>
16131613
</tr>

0 commit comments

Comments
 (0)