diff --git a/node/src/documents/modules/form.html.eco b/node/src/documents/modules/form.html.eco index adea89be5..a8839664b 100755 --- a/node/src/documents/modules/form.html.eco +++ b/node/src/documents/modules/form.html.eco @@ -195,7 +195,7 @@ type : 'UI Behavior'

This example also uses a different validation event. Each element will be validated on input blur instead of the default form submit.

$('.ui.dropdown') - .form({ + .form(validationRules, { inline : true, on : 'blur' }) diff --git a/node/src/files/build/semantic.zip b/node/src/files/build/semantic.zip index 4a2257383..e16823931 100644 Binary files a/node/src/files/build/semantic.zip and b/node/src/files/build/semantic.zip differ