Browse Source

updates typo in form docs

pull/129/head
jlukic 11 years ago
parent
commit
a0ed9eb9b8
2 changed files with 1 additions and 1 deletions
  1. 2
      node/src/documents/modules/form.html.eco
  2. BIN
      node/src/files/build/semantic.zip

2
node/src/documents/modules/form.html.eco

@ -195,7 +195,7 @@ type : 'UI Behavior'
<p>This example also uses a different validation event. Each element will be validated on input blur instead of the default form submit.</p>
<div class="code" data-type="javascript">
$('.ui.dropdown')
.form({
.form(validationRules, {
inline : true,
on : 'blur'
})

BIN
node/src/files/build/semantic.zip

Loading…
Cancel
Save