Skip to content

Commit 44a2206

Browse files
author
Noah (Sn1p3r) Kovacs
committed
Added the documentation stating that form validation must use longhand or shorthand exclusively
1 parent 54f928b commit 44a2206

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)