We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b0c1f + 5846bc0 commit 4cb9085Copy full SHA for 4cb9085
1 file changed
server/documents/behaviors/form.html.eco
@@ -1588,7 +1588,7 @@ type : 'UI Behavior'
1588
<p>Adding the parameter <code>optional: true</code> will only add your validation rules when the field is <b>not empty</b>.
1589
<div class="ignored code">
1590
$('.ui.form')
1591
- .form(
+ .form({
1592
fields: {
1593
email: {
1594
identifier : 'email',
0 commit comments