diff --git a/server/documents/behaviors/form.html.eco b/server/documents/behaviors/form.html.eco index 82f80972e..35591e305 100644 --- a/server/documents/behaviors/form.html.eco +++ b/server/documents/behaviors/form.html.eco @@ -30,7 +30,7 @@ type : 'UI Behavior'
A validation object includes a list of form elements, and rules to validate each field against. Fields are matched by either the id, name, or data-validate property matching the identifier specified in the settings object.
-
+
$('.ui.form') .form({ fields: { @@ -45,7 +45,7 @@ type : 'UI Behavior' ;
or
-
+
$('.ui.form') .form({ fields: { diff --git a/server/documents/hotfix.html.eco b/server/documents/hotfix.html.eco index a06262a7b..47eb88ab5 100644 --- a/server/documents/hotfix.html.eco +++ b/server/documents/hotfix.html.eco @@ -9,37 +9,10 @@ type : 'Library'
-normal: -
-
- -
-
- - -
-
- -
-
- -abnormal: -
-
-
- -
-
- - -
-
- -
-
-
- -
+ +
Button
diff --git a/server/files/javascript/validate-form.js b/server/files/javascript/validate-form.js index 7e87ba54e..1aff6d631 100644 --- a/server/files/javascript/validate-form.js +++ b/server/files/javascript/validate-form.js @@ -12,7 +12,7 @@ semantic.validateForm.ready = function() { $dropdownForm = $('.dropdown.example .ui.form'), $optionalForm = $('.optional.example .ui.form'), $inlineForm = $('.inline.example .ui.form'), - $form = $('.ui.form').not($dogForm).not($inlineForm).not($dropdownForm).not($optionalForm).not($autoForm).not($promptForm), + $form = $('.ui.form').not($dogForm).not($inlineForm).not($dropdownForm).not($optionalForm).not($promptForm), $checkbox = $('.main.container .ui.checkbox'), $dropdown = $('.main.container .ui.dropdown'), // alias @@ -194,7 +194,7 @@ semantic.validateForm.ready = function() { .dropdown() ; - $autoForm +/* $autoForm .form({ fields: { name : 'empty', @@ -206,7 +206,7 @@ semantic.validateForm.ready = function() { } }) ; - +*/ $promptForm .form({ fields: { diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index 91baaf05a..84401c97d 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -771,6 +771,11 @@ blockquote .author { max-height: 225px; } +#example .clear.dropdown .dropdown { + vertical-align: middle; +} + + /* Requires Clear */ #example .clearing.example { overflow: hidden;