Skip to content

Commit 4cb9085

Browse files
authored
Merge pull request #328 from whabash090/form-validation-example-typo
adding a missing curly brace in the optional field form validation ex…
2 parents c5b0c1f + 5846bc0 commit 4cb9085

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
@@ -1588,7 +1588,7 @@ type : 'UI Behavior'
15881588
<p>Adding the parameter <code>optional: true</code> will only add your validation rules when the field is <b>not empty</b>.
15891589
<div class="ignored code">
15901590
$('.ui.form')
1591-
.form(
1591+
.form({
15921592
fields: {
15931593
email: {
15941594
identifier : 'email',

0 commit comments

Comments
 (0)