Skip to content

Commit 3180938

Browse files
authored
Merge pull request #279 from Cyb3rWarri0r8/master
Added the documentation stating that form validation must use
2 parents e695bf9 + 44a2206 commit 3180938

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
@@ -28,7 +28,7 @@ type : 'UI Behavior'
2828
<h4 class="ui header">Specifying Validation Rules</h4>
2929
<p>Form validation requires passing in a validation object with the rules required to validate your form.</p>
3030
<div class="ui ignored info message">
31-
A validation object includes a list of form elements, and rules to validate each field against. Fields are matched by either the <code>id</code>, <code>name</code>, or <code>data-validate</code> property matching the identifier specified in the settings object.
31+
A validation object includes a list of form elements, and rules to validate each field against. Fields are matched by either the <code>id</code>, <code>name</code>, or <code>data-validate</code> property matching the identifier specified in the settings object. Validation objects must use either shorthand or longhand exclusively.
3232
</div>
3333
<div class="ignore code" data-title="Shorthand Validation">
3434
$('.ui.form')

0 commit comments

Comments
 (0)