We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a1eae commit 5b0a92dCopy full SHA for 5b0a92d
1 file changed
server/files/javascript/validate-form.js
@@ -54,7 +54,7 @@ semantic.validateForm.ready = function() {
54
identifier : 'skills',
55
rules: [
56
{
57
- type : 'minCount[1]',
+ type : 'minCount[2]',
58
prompt : 'Please select at least two skills'
59
}
60
]
0 commit comments