You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Form validation requires passing in a validation object with the rules required to validate your form.</p>
30
30
<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.
Copy file name to clipboardExpand all lines: server/documents/elements/divider.html.eco
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ themes : ['default']
37
37
<div class="ui info ignored message">
38
38
A vertical divider will automatically swap to a horizontal divider at mobile resolutions when used inside a <a href="/collections/grid.html#stackable-grid"><code>stackable grid</code></a>
39
39
</div>
40
+
<div class="ui warning ignored message">
41
+
There is a know bug of vertical dividers after a W3C update. Please read <a href="https://github.com/Semantic-Org/Semantic-UI/issues/4342" target="_blank" rel="nofollow">#4342</a> for more information
Copy file name to clipboardExpand all lines: server/documents/introduction/getting-started.html.eco
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -124,12 +124,6 @@ type : 'Main'
124
124
<h4>Include in Your HTML</h4>
125
125
<p>Running the gulp build tools will compile CSS and Javascript for use in your project. Just link to these files in your HTML along with the latest <a href="http://www.jquery.com" target="_blank">jQuery</a>.</p>
0 commit comments